Html Css Color HEX #CF993A Fuel Yellow

📋 copy color: '#CF993A'

red 207 ◦ green 153 ◦ blue 58

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

Shades of Fuel Yellow #CF993A

Tints of Fuel Yellow #CF993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

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

R = 49.52%
G = 36.6%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF993A (or 0xCF993A) is known color: Fuel Yellow. HEX triplet: CF, 99 and 3A. RGB value is (207,153,58). Sum of RGB (Red+Green+Blue) = 207+153+58=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF993A is #3066C5. Grayscale: #9E9E9E. Windows color (decimal): -3172038 or 3840463. OLE color: 3840463.

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

Color convert

RGB 207 153 58 -
CMYK 0 0.26 0.72 0.19
HSL 38.26º 0.61% 0.52% -
HSV(B) 38.26º 0.72% 0.81% -
XYZ 37.89 36.35 9.02 -
YUV 158.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 207 153 58 0 0.26 0.72 0.19 38.26 0.61 0.52
Hex CF 99 3A 0 1A 48 13 26 3D 34
Octal 317 231 72 0 32 110 23 46 75 64
Binary 11001111 10011001 111010 0 11010 1001000 10011 100110 111101 110100

Color Harmonies of #CF993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF993A

Black with #CF993A

Text Example


Text Example

White with #CF993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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