Html Css Color HEX #FFBF42 Supernova

📋 copy color: '#FFBF42'

red 255 ◦ green 191 ◦ blue 66

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

Shades of Supernova #FFBF42

Tints of Supernova #FFBF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.89%

R = 49.8%
G = 37.3%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFBF42 (or 0xFFBF42) is known color: Supernova. HEX triplet: FF, BF and 42. RGB value is (255,191,66). Sum of RGB (Red+Green+Blue) = 255+191+66=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF42 is #0040BD. Grayscale: #C4C4C4. Windows color (decimal): -16574 or 4374527. OLE color: 4374527.

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

Color convert

RGB 255 191 66 -
CMYK 0 0.25 0.74 0
HSL 39.68º 1% 0.63% -
HSV(B) 39.68º 0.74% 1% -
XYZ 60.85 58.91 13.32 -
YUV 195.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 255 191 66 0 0.25 0.74 0 39.68 1 0.63
Hex FF BF 42 0 19 4A 0 28 64 3F
Octal 377 277 102 0 31 112 0 50 144 77
Binary 11111111 10111111 1000010 0 11001 1001010 0 101000 1100100 111111

Color Harmonies of #FFBF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF42

Black with #FFBF42

Text Example


Text Example

White with #FFBF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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