Html Css Color HEX #FFBD2F Supernova

📋 copy color: '#FFBD2F'

red 255 ◦ green 189 ◦ blue 47

#FFBD2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Supernova #FFBD2F

Tints of Supernova #FFBD2F

RGB

 RED value IS 255 (100% from 255) = 51.93%

 GREEN value IS 189 (74.22% from 255) = 38.49%

 BLUE value IS 47 (18.75% from 255) = 9.57%

R = 51.93%
G = 38.49%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFBD2F (or 0xFFBD2F) is known color: Supernova. HEX triplet: FF, BD and 2F. RGB value is (255,189,47). Sum of RGB (Red+Green+Blue) = 255+189+47=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD2F is #0042D0. Grayscale: #C1C1C1. Windows color (decimal): -17105 or 3128831. OLE color: 3128831.

HSL color Cylindrical-coordinate representation of color #FFBD2F: hue angle of 40.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFBD2F is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 255 189 47 -
CMYK 0 0.26 0.82 0
HSL 40.96º 1% 0.59% -
HSV(B) 40.96º 0.82% 1% -
XYZ 59.95 57.86 10.7 -
YUV 192.55 45.87 172.55 -
System Red Green Blue C M Y K H S L
Decimal 255 189 47 0 0.26 0.82 0 40.96 1 0.59
Hex FF BD 2F 0 1A 52 0 29 64 3B
Octal 377 275 57 0 32 122 0 51 144 73
Binary 11111111 10111101 101111 0 11010 1010010 0 101001 1100100 111011

Color Harmonies of #FFBD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBD2F

Black with #FFBD2F

Text Example


Text Example

White with #FFBD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBD2F; }

 p { color: rgb(255,189,47); }

 H1.HeaderClassName
 {
   color: #FFBD2F;
 }
 .AnyTagClassName
 {
   color: #FFBD2F;
 }
</style>

background-color css

<style>
 a { background-color: #FFBD2F; }

 a { background-color: rgb(255,189,47); }

 div.DivClassName
 {
   background-color: #FFBD2F;
 }
 .BgClassName
 {
   background-color: #FFBD2F;
 }
</style>

border-color css

<style>
 span { border-color: #FFBD2F; }

 span { border-color: rgb(255,189,47); }

 td.TdClassName
 {
   border-color: #FFBD2F;
 }
 .TagClassName
 {
   border-color: #FFBD2F;
 }
</style>