Html Css Color HEX #FFC03C Supernova

📋 copy color: '#FFC03C'

red 255 ◦ green 192 ◦ blue 60

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

Shades of Supernova #FFC03C

Tints of Supernova #FFC03C

RGB

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

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

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

R = 50.3%
G = 37.87%
B = 11.83%

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

#FFC03C (or 0xFFC03C) is known color: Supernova. HEX triplet: FF, C0 and 3C. RGB value is (255,192,60). Sum of RGB (Red+Green+Blue) = 255+192+60=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC03C is #003FC3. Grayscale: #C4C4C4. Windows color (decimal): -16324 or 3981567. OLE color: 3981567.

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

Color convert

RGB 255 192 60 -
CMYK 0 0.25 0.76 0
HSL 40.62º 1% 0.62% -
HSV(B) 40.62º 0.76% 1% -
XYZ 60.91 59.29 12.51 -
YUV 195.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 255 192 60 0 0.25 0.76 0 40.62 1 0.62
Hex FF C0 3C 0 19 4C 0 29 64 3E
Octal 377 300 74 0 31 114 0 51 144 76
Binary 11111111 11000000 111100 0 11001 1001100 0 101001 1100100 111110

Color Harmonies of #FFC03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC03C

Black with #FFC03C

Text Example


Text Example

White with #FFC03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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