Html Css Color HEX #CF963C Fuel Yellow

📋 copy color: '#CF963C'

red 207 ◦ green 150 ◦ blue 60

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

Shades of Fuel Yellow #CF963C

Tints of Fuel Yellow #CF963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 49.64%
G = 35.97%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF963C (or 0xCF963C) is known color: Fuel Yellow. HEX triplet: CF, 96 and 3C. RGB value is (207,150,60). Sum of RGB (Red+Green+Blue) = 207+150+60=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF963C is #3069C3. Grayscale: #9D9D9D. Windows color (decimal): -3172804 or 3970767. OLE color: 3970767.

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

Color convert

RGB 207 150 60 -
CMYK 0 0.28 0.71 0.19
HSL 36.73º 0.6% 0.52% -
HSV(B) 36.73º 0.71% 0.81% -
XYZ 37.45 35.4 9.13 -
YUV 156.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 207 150 60 0 0.28 0.71 0.19 36.73 0.6 0.52
Hex CF 96 3C 0 1C 47 13 25 3C 34
Octal 317 226 74 0 34 107 23 45 74 64
Binary 11001111 10010110 111100 0 11100 1000111 10011 100101 111100 110100

Color Harmonies of #CF963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF963C

Black with #CF963C

Text Example


Text Example

White with #CF963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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