Html Css Color HEX #FFC040 Supernova

📋 copy color: '#FFC040'

red 255 ◦ green 192 ◦ blue 64

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

Shades of Supernova #FFC040

Tints of Supernova #FFC040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.52%

R = 49.9%
G = 37.57%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFC040 (or 0xFFC040) is known color: Supernova. HEX triplet: FF, C0 and 40. RGB value is (255,192,64). Sum of RGB (Red+Green+Blue) = 255+192+64=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC040 is #003FBF. Grayscale: #C4C4C4. Windows color (decimal): -16320 or 4243711. OLE color: 4243711.

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

Color convert

RGB 255 192 64 -
CMYK 0 0.25 0.75 0
HSL 40.21º 1% 0.63% -
HSV(B) 40.21º 0.75% 1% -
XYZ 61.02 59.33 13.09 -
YUV 196.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 255 192 64 0 0.25 0.75 0 40.21 1 0.63
Hex FF C0 40 0 19 4B 0 28 64 3F
Octal 377 300 100 0 31 113 0 50 144 77
Binary 11111111 11000000 1000000 0 11001 1001011 0 101000 1100100 111111

Color Harmonies of #FFC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC040

Black with #FFC040

Text Example


Text Example

White with #FFC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC040; }

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

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

background-color css

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

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

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

border-color css

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

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

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