Html Css Color HEX #FFC03A Supernova

📋 copy color: '#FFC03A'

red 255 ◦ green 192 ◦ blue 58

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

Shades of Supernova #FFC03A

Tints of Supernova #FFC03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.49%

R = 50.5%
G = 38.02%
B = 11.49%

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

#FFC03A (or 0xFFC03A) is known color: Supernova. HEX triplet: FF, C0 and 3A. RGB value is (255,192,58). Sum of RGB (Red+Green+Blue) = 255+192+58=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 58 (23.05% from 255 or 11.49% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC03A is #003FC5. Grayscale: #C4C4C4. Windows color (decimal): -16326 or 3850495. OLE color: 3850495.

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

Color convert

RGB 255 192 58 -
CMYK 0 0.25 0.77 0
HSL 40.81º 1% 0.61% -
HSV(B) 40.81º 0.77% 1% -
XYZ 60.85 59.26 12.23 -
YUV 195.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 255 192 58 0 0.25 0.77 0 40.81 1 0.61
Hex FF C0 3A 0 19 4D 0 29 64 3D
Octal 377 300 72 0 31 115 0 51 144 75
Binary 11111111 11000000 111010 0 11001 1001101 0 101001 1100100 111101

Color Harmonies of #FFC03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC03A

Black with #FFC03A

Text Example


Text Example

White with #FFC03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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