Html Css Color HEX #CF962E Fuel Yellow

📋 copy color: '#CF962E'

red 207 ◦ green 150 ◦ blue 46

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

Shades of Fuel Yellow #CF962E

Tints of Fuel Yellow #CF962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.22%

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 51.36%
G = 37.22%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF962E (or 0xCF962E) is known color: Fuel Yellow. HEX triplet: CF, 96 and 2E. RGB value is (207,150,46). Sum of RGB (Red+Green+Blue) = 207+150+46=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF962E is #3069D1. Grayscale: #9B9B9B. Windows color (decimal): -3172818 or 3053263. OLE color: 3053263.

HSL color Cylindrical-coordinate representation of color #CF962E: hue angle of 38.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF962E is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 46 -
CMYK 0 0.28 0.78 0.19
HSL 38.76º 0.64% 0.5% -
HSV(B) 38.76º 0.78% 0.81% -
XYZ 37.13 35.28 7.44 -
YUV 155.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 207 150 46 0 0.28 0.78 0.19 38.76 0.64 0.5
Hex CF 96 2E 0 1C 4E 13 27 40 32
Octal 317 226 56 0 34 116 23 47 100 62
Binary 11001111 10010110 101110 0 11100 1001110 10011 100111 1000000 110010

Color Harmonies of #CF962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF962E

Black with #CF962E

Text Example


Text Example

White with #CF962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF962E; }

 p { color: rgb(207,150,46); }

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

background-color css

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

 a { background-color: rgb(207,150,46); }

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

border-color css

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

 span { border-color: rgb(207,150,46); }

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