Html Css Color HEX #CF993B Fuel Yellow

📋 copy color: '#CF993B'

red 207 ◦ green 153 ◦ blue 59

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

Shades of Fuel Yellow #CF993B

Tints of Fuel Yellow #CF993B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.08%

R = 49.4%
G = 36.52%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF993B (or 0xCF993B) is known color: Fuel Yellow. HEX triplet: CF, 99 and 3B. RGB value is (207,153,59). Sum of RGB (Red+Green+Blue) = 207+153+59=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF993B is #3066C4. Grayscale: #9E9E9E. Windows color (decimal): -3172037 or 3905999. OLE color: 3905999.

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

Color convert

RGB 207 153 59 -
CMYK 0 0.26 0.71 0.19
HSL 38.11º 0.61% 0.52% -
HSV(B) 38.11º 0.71% 0.81% -
XYZ 37.91 36.36 9.16 -
YUV 158.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 207 153 59 0 0.26 0.71 0.19 38.11 0.61 0.52
Hex CF 99 3B 0 1A 47 13 26 3D 34
Octal 317 231 73 0 32 107 23 46 75 64
Binary 11001111 10011001 111011 0 11010 1000111 10011 100110 111101 110100

Color Harmonies of #CF993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF993B

Black with #CF993B

Text Example


Text Example

White with #CF993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF993B; }

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

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

background-color css

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

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

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

border-color css

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

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

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