Html Css Color HEX #FFBF3C Supernova

📋 copy color: '#FFBF3C'

red 255 ◦ green 191 ◦ blue 60

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

Shades of Supernova #FFBF3C

Tints of Supernova #FFBF3C

RGB

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

 GREEN value IS 191 (75% from 255) = 37.75%

 BLUE value IS 60 (23.83% from 255) = 11.86%

R = 50.4%
G = 37.75%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFBF3C (or 0xFFBF3C) is known color: Supernova. HEX triplet: FF, BF and 3C. RGB value is (255,191,60). Sum of RGB (Red+Green+Blue) = 255+191+60=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF3C is #0040C3. Grayscale: #C3C3C3. Windows color (decimal): -16580 or 3981311. OLE color: 3981311.

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

Color convert

RGB 255 191 60 -
CMYK 0 0.25 0.76 0
HSL 40.31º 1% 0.62% -
HSV(B) 40.31º 0.76% 1% -
XYZ 60.69 58.85 12.44 -
YUV 195.2 51.7 170.65 -
System Red Green Blue C M Y K H S L
Decimal 255 191 60 0 0.25 0.76 0 40.31 1 0.62
Hex FF BF 3C 0 19 4C 0 28 64 3E
Octal 377 277 74 0 31 114 0 50 144 76
Binary 11111111 10111111 111100 0 11001 1001100 0 101000 1100100 111110

Color Harmonies of #FFBF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF3C

Black with #FFBF3C

Text Example


Text Example

White with #FFBF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF3C; }

 p { color: rgb(255,191,60); }

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

background-color css

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

 a { background-color: rgb(255,191,60); }

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

border-color css

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

 span { border-color: rgb(255,191,60); }

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