Html Css Color HEX #CF963A Fuel Yellow

📋 copy color: '#CF963A'

red 207 ◦ green 150 ◦ blue 58

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

Shades of Fuel Yellow #CF963A

Tints of Fuel Yellow #CF963A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.98%

R = 49.88%
G = 36.14%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF963A (or 0xCF963A) is known color: Fuel Yellow. HEX triplet: CF, 96 and 3A. RGB value is (207,150,58). Sum of RGB (Red+Green+Blue) = 207+150+58=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF963A is #3069C5. Grayscale: #9C9C9C. Windows color (decimal): -3172806 or 3839695. OLE color: 3839695.

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

Color convert

RGB 207 150 58 -
CMYK 0 0.28 0.72 0.19
HSL 37.05º 0.61% 0.52% -
HSV(B) 37.05º 0.72% 0.81% -
XYZ 37.4 35.38 8.86 -
YUV 156.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 207 150 58 0 0.28 0.72 0.19 37.05 0.61 0.52
Hex CF 96 3A 0 1C 48 13 25 3D 34
Octal 317 226 72 0 34 110 23 45 75 64
Binary 11001111 10010110 111010 0 11100 1001000 10011 100101 111101 110100

Color Harmonies of #CF963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF963A

Black with #CF963A

Text Example


Text Example

White with #CF963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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