Html Css Color HEX #FFC140 Supernova

📋 copy color: '#FFC140'

red 255 ◦ green 193 ◦ blue 64

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

Shades of Supernova #FFC140

Tints of Supernova #FFC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.7%

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

R = 49.8%
G = 37.7%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFC140 (or 0xFFC140) is known color: Supernova. HEX triplet: FF, C1 and 40. RGB value is (255,193,64). Sum of RGB (Red+Green+Blue) = 255+193+64=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC140 is #003EBF. Grayscale: #C5C5C5. Windows color (decimal): -16064 or 4243967. OLE color: 4243967.

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

Color convert

RGB 255 193 64 -
CMYK 0 0.24 0.75 0
HSL 40.52º 1% 0.63% -
HSV(B) 40.52º 0.75% 1% -
XYZ 61.24 59.77 13.16 -
YUV 196.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 255 193 64 0 0.24 0.75 0 40.52 1 0.63
Hex FF C1 40 0 18 4B 0 29 64 3F
Octal 377 301 100 0 30 113 0 51 144 77
Binary 11111111 11000001 1000000 0 11000 1001011 0 101001 1100100 111111

Color Harmonies of #FFC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC140

Black with #FFC140

Text Example


Text Example

White with #FFC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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