Html Css Color HEX #FFC540 Sunglow

📋 copy color: '#FFC540'

red 255 ◦ green 197 ◦ blue 64

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

Shades of Sunglow #FFC540

Tints of Sunglow #FFC540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.18%

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

R = 49.42%
G = 38.18%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFC540 (or 0xFFC540) is known color: Sunglow. HEX triplet: FF, C5 and 40. RGB value is (255,197,64). Sum of RGB (Red+Green+Blue) = 255+197+64=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC540 is #003ABF. Grayscale: #C7C7C7. Windows color (decimal): -15040 or 4244991. OLE color: 4244991.

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

Color convert

RGB 255 197 64 -
CMYK 0 0.23 0.75 0
HSL 41.78º 1% 0.63% -
HSV(B) 41.78º 0.75% 1% -
XYZ 62.13 61.56 13.46 -
YUV 199.18 51.72 167.81 -
System Red Green Blue C M Y K H S L
Decimal 255 197 64 0 0.23 0.75 0 41.78 1 0.63
Hex FF C5 40 0 17 4B 0 2A 64 3F
Octal 377 305 100 0 27 113 0 52 144 77
Binary 11111111 11000101 1000000 0 10111 1001011 0 101010 1100100 111111

Color Harmonies of #FFC540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC540

Black with #FFC540

Text Example


Text Example

White with #FFC540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC540; }

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

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

background-color css

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

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

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

border-color css

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

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

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