Html Css Color HEX #FFBC42 Supernova

📋 copy color: '#FFBC42'

red 255 ◦ green 188 ◦ blue 66

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

Shades of Supernova #FFBC42

Tints of Supernova #FFBC42

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

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

R = 50.1%
G = 36.94%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFBC42 (or 0xFFBC42) is known color: Supernova. HEX triplet: FF, BC and 42. RGB value is (255,188,66). Sum of RGB (Red+Green+Blue) = 255+188+66=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC42 is #0043BD. Grayscale: #C2C2C2. Windows color (decimal): -17342 or 4373759. OLE color: 4373759.

HSL color Cylindrical-coordinate representation of color #FFBC42: hue angle of 38.73º 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 #FFBC42 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 188 66 -
CMYK 0 0.26 0.74 0
HSL 38.73º 1% 0.63% -
HSV(B) 38.73º 0.74% 1% -
XYZ 60.21 57.62 13.1 -
YUV 194.13 55.7 171.42 -
System Red Green Blue C M Y K H S L
Decimal 255 188 66 0 0.26 0.74 0 38.73 1 0.63
Hex FF BC 42 0 1A 4A 0 27 64 3F
Octal 377 274 102 0 32 112 0 47 144 77
Binary 11111111 10111100 1000010 0 11010 1001010 0 100111 1100100 111111

Color Harmonies of #FFBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBC42

Black with #FFBC42

Text Example


Text Example

White with #FFBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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