Html Css Color HEX #CF993C Fuel Yellow

📋 copy color: '#CF993C'

red 207 ◦ green 153 ◦ blue 60

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

Shades of Fuel Yellow #CF993C

Tints of Fuel Yellow #CF993C

RGB

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

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

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

R = 49.29%
G = 36.43%
B = 14.29%

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

#CF993C (or 0xCF993C) is known color: Fuel Yellow. HEX triplet: CF, 99 and 3C. RGB value is (207,153,60). Sum of RGB (Red+Green+Blue) = 207+153+60=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF993C is #3066C3. Grayscale: #9E9E9E. Windows color (decimal): -3172036 or 3971535. OLE color: 3971535.

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

Color convert

RGB 207 153 60 -
CMYK 0 0.26 0.71 0.19
HSL 37.96º 0.6% 0.52% -
HSV(B) 37.96º 0.71% 0.81% -
XYZ 37.94 36.37 9.3 -
YUV 158.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 207 153 60 0 0.26 0.71 0.19 37.96 0.6 0.52
Hex CF 99 3C 0 1A 47 13 26 3C 34
Octal 317 231 74 0 32 107 23 46 74 64
Binary 11001111 10011001 111100 0 11010 1000111 10011 100110 111100 110100

Color Harmonies of #CF993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF993C

Black with #CF993C

Text Example


Text Example

White with #CF993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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