Html Css Color HEX #FFC340 Sunglow

📋 copy color: '#FFC340'

red 255 ◦ green 195 ◦ blue 64

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

Shades of Sunglow #FFC340

Tints of Sunglow #FFC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

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

R = 49.61%
G = 37.94%
B = 12.45%

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

#FFC340 (or 0xFFC340) is known color: Sunglow. HEX triplet: FF, C3 and 40. RGB value is (255,195,64). Sum of RGB (Red+Green+Blue) = 255+195+64=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC340 is #003CBF. Grayscale: #C6C6C6. Windows color (decimal): -15552 or 4244479. OLE color: 4244479.

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

Color convert

RGB 255 195 64 -
CMYK 0 0.24 0.75 0
HSL 41.15º 1% 0.63% -
HSV(B) 41.15º 0.75% 1% -
XYZ 61.68 60.66 13.31 -
YUV 198.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 255 195 64 0 0.24 0.75 0 41.15 1 0.63
Hex FF C3 40 0 18 4B 0 29 64 3F
Octal 377 303 100 0 30 113 0 51 144 77
Binary 11111111 11000011 1000000 0 11000 1001011 0 101001 1100100 111111

Color Harmonies of #FFC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC340

Black with #FFC340

Text Example


Text Example

White with #FFC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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