Html Css Color HEX #CF8C38 Fuel Yellow

📋 copy color: '#CF8C38'

red 207 ◦ green 140 ◦ blue 56

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

Shades of Fuel Yellow #CF8C38

Tints of Fuel Yellow #CF8C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.9%

R = 51.36%
G = 34.74%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF8C38 (or 0xCF8C38) is known color: Fuel Yellow. HEX triplet: CF, 8C and 38. RGB value is (207,140,56). Sum of RGB (Red+Green+Blue) = 207+140+56=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8C38 is #3073C7. Grayscale: #969696. Windows color (decimal): -3175368 or 3706063. OLE color: 3706063.

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

Color convert

RGB 207 140 56 -
CMYK 0 0.32 0.73 0.19
HSL 33.38º 0.61% 0.52% -
HSV(B) 33.38º 0.73% 0.81% -
XYZ 35.82 32.31 8.09 -
YUV 150.46 74.7 168.33 -
System Red Green Blue C M Y K H S L
Decimal 207 140 56 0 0.32 0.73 0.19 33.38 0.61 0.52
Hex CF 8C 38 0 20 49 13 21 3D 34
Octal 317 214 70 0 40 111 23 41 75 64
Binary 11001111 10001100 111000 0 100000 1001001 10011 100001 111101 110100

Color Harmonies of #CF8C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8C38

Black with #CF8C38

Text Example


Text Example

White with #CF8C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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