Html Css Color HEX #CF8C35 Fuel Yellow

📋 copy color: '#CF8C35'

red 207 ◦ green 140 ◦ blue 53

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

Shades of Fuel Yellow #CF8C35

Tints of Fuel Yellow #CF8C35

RGB

 RED value IS 207 (81.25% from 255) = 51.75%

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 51.75%
G = 35%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF8C35 (or 0xCF8C35) is known color: Fuel Yellow. HEX triplet: CF, 8C and 35. RGB value is (207,140,53). Sum of RGB (Red+Green+Blue) = 207+140+53=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C35 is #3073CA. Grayscale: #969696. Windows color (decimal): -3175371 or 3509455. OLE color: 3509455.

HSL color Cylindrical-coordinate representation of color #CF8C35: hue angle of 33.9º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF8C35 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 140 53 -
CMYK 0 0.32 0.74 0.19
HSL 33.9º 0.62% 0.51% -
HSV(B) 33.9º 0.74% 0.81% -
XYZ 35.75 32.28 7.71 -
YUV 150.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 207 140 53 0 0.32 0.74 0.19 33.9 0.62 0.51
Hex CF 8C 35 0 20 4A 13 22 3E 33
Octal 317 214 65 0 40 112 23 42 76 63
Binary 11001111 10001100 110101 0 100000 1001010 10011 100010 111110 110011

Color Harmonies of #CF8C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C35

Black with #CF8C35

Text Example


Text Example

White with #CF8C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C35; }

 p { color: rgb(207,140,53); }

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

background-color css

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

 a { background-color: rgb(207,140,53); }

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

border-color css

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

 span { border-color: rgb(207,140,53); }

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