Html Css Color HEX #CF963D Fuel Yellow

📋 copy color: '#CF963D'

red 207 ◦ green 150 ◦ blue 61

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

Shades of Fuel Yellow #CF963D

Tints of Fuel Yellow #CF963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 49.52%
G = 35.89%
B = 14.59%

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

#CF963D (or 0xCF963D) is known color: Fuel Yellow. HEX triplet: CF, 96 and 3D. RGB value is (207,150,61). Sum of RGB (Red+Green+Blue) = 207+150+61=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF963D is #3069C2. Grayscale: #9D9D9D. Windows color (decimal): -3172803 or 4036303. OLE color: 4036303.

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

Color convert

RGB 207 150 61 -
CMYK 0 0.28 0.71 0.19
HSL 36.58º 0.6% 0.53% -
HSV(B) 36.58º 0.71% 0.81% -
XYZ 37.48 35.42 9.28 -
YUV 156.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 207 150 61 0 0.28 0.71 0.19 36.58 0.6 0.53
Hex CF 96 3D 0 1C 47 13 25 3C 35
Octal 317 226 75 0 34 107 23 45 74 65
Binary 11001111 10010110 111101 0 11100 1000111 10011 100101 111100 110101

Color Harmonies of #CF963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF963D

Black with #CF963D

Text Example


Text Example

White with #CF963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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