Html Css Color HEX #FFC03B Supernova

📋 copy color: '#FFC03B'

red 255 ◦ green 192 ◦ blue 59

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

Shades of Supernova #FFC03B

Tints of Supernova #FFC03B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 59 (23.44% from 255) = 11.66%

R = 50.4%
G = 37.94%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFC03B (or 0xFFC03B) is known color: Supernova. HEX triplet: FF, C0 and 3B. RGB value is (255,192,59). Sum of RGB (Red+Green+Blue) = 255+192+59=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC03B is #003FC4. Grayscale: #C4C4C4. Windows color (decimal): -16325 or 3916031. OLE color: 3916031.

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

Color convert

RGB 255 192 59 -
CMYK 0 0.25 0.77 0
HSL 40.71º 1% 0.62% -
HSV(B) 40.71º 0.77% 1% -
XYZ 60.88 59.28 12.37 -
YUV 195.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 255 192 59 0 0.25 0.77 0 40.71 1 0.62
Hex FF C0 3B 0 19 4D 0 29 64 3E
Octal 377 300 73 0 31 115 0 51 144 76
Binary 11111111 11000000 111011 0 11001 1001101 0 101001 1100100 111110

Color Harmonies of #FFC03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC03B

Black with #FFC03B

Text Example


Text Example

White with #FFC03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC03B; }

 p { color: rgb(255,192,59); }

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

background-color css

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

 a { background-color: rgb(255,192,59); }

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

border-color css

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

 span { border-color: rgb(255,192,59); }

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