#CF9734

Color #CF9734 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CF9734

Tints of Fuel Yellow #CF9734

Color information

#CF9734 (or 0xCF9734) is unknown color: approx Fuel Yellow. HEX triplet: CF, 97 and 34. RGB value is (207,151,52). Sum of RGB (Red+Green+Blue) = 207+151+52=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9734 is #3068CB. Grayscale: #9C9C9C. Windows color (decimal): -3172556 or 3446735. OLE color: 3446735.

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

Color convert

RGB20715152-
CMYK00.270.750.19
HSL38.32º61.75%50.78%-
HSV(B)38.32º74.88%81.18%-
XYZ37.4235.658.16-
YUV156.4669.05164.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.49%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 52 (20.70% from 255) = 12.68%
R=50.49%
G=36.83%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071515200.270.750.1938.3261.7550.78
HexCF973401B4B13263e33
Octal3172276403311323467663
Binary1100111110010111110100011011100101110011100110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9734; }

 p { color: rgb(207,151,52); }

 H1.HeaderClassName
 {
   color: #CF9734;
 }
 .AnyTagClassName
 {
   color: #CF9734;
 }
</style>
background-color css

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

 a { background-color: rgb(207,151,52); }

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

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

 span { border-color: rgb(207,151,52); }

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