Html Css Color HEX #CF973C Fuel Yellow

📋 copy color: '#CF973C'

red 207 ◦ green 151 ◦ blue 60

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

Shades of Fuel Yellow #CF973C

Tints of Fuel Yellow #CF973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.12%

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

R = 49.52%
G = 36.12%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF973C (or 0xCF973C) is known color: Fuel Yellow. HEX triplet: CF, 97 and 3C. RGB value is (207,151,60). Sum of RGB (Red+Green+Blue) = 207+151+60=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF973C is #3068C3. Grayscale: #9D9D9D. Windows color (decimal): -3172548 or 3971023. OLE color: 3971023.

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

Color convert

RGB 207 151 60 -
CMYK 0 0.27 0.71 0.19
HSL 37.14º 0.6% 0.52% -
HSV(B) 37.14º 0.71% 0.81% -
XYZ 37.61 35.72 9.19 -
YUV 157.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 207 151 60 0 0.27 0.71 0.19 37.14 0.6 0.52
Hex CF 97 3C 0 1B 47 13 25 3C 34
Octal 317 227 74 0 33 107 23 45 74 64
Binary 11001111 10010111 111100 0 11011 1000111 10011 100101 111100 110100

Color Harmonies of #CF973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF973C

Black with #CF973C

Text Example


Text Example

White with #CF973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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