Html Css Color HEX #CF8A38 Fuel Yellow

📋 copy color: '#CF8A38'

red 207 ◦ green 138 ◦ blue 56

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

Shades of Fuel Yellow #CF8A38

Tints of Fuel Yellow #CF8A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

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

R = 51.62%
G = 34.41%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF8A38 (or 0xCF8A38) is known color: Fuel Yellow. HEX triplet: CF, 8A and 38. RGB value is (207,138,56). Sum of RGB (Red+Green+Blue) = 207+138+56=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 56 (22.27% from 255 or 13.97% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A38 is #3075C7. Grayscale: #959595. Windows color (decimal): -3175880 or 3705551. OLE color: 3705551.

HSL color Cylindrical-coordinate representation of color #CF8A38: hue angle of 32.58º 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 #CF8A38 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 56 -
CMYK 0 0.33 0.73 0.19
HSL 32.58º 0.61% 0.52% -
HSV(B) 32.58º 0.73% 0.81% -
XYZ 35.53 31.73 7.99 -
YUV 149.28 75.36 169.17 -
System Red Green Blue C M Y K H S L
Decimal 207 138 56 0 0.33 0.73 0.19 32.58 0.61 0.52
Hex CF 8A 38 0 21 49 13 21 3D 34
Octal 317 212 70 0 41 111 23 41 75 64
Binary 11001111 10001010 111000 0 100001 1001001 10011 100001 111101 110100

Color Harmonies of #CF8A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A38

Black with #CF8A38

Text Example


Text Example

White with #CF8A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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