Html Css Color HEX #CB992A Fuel Yellow

📋 copy color: '#CB992A'

red 203 ◦ green 153 ◦ blue 42

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

Shades of Fuel Yellow #CB992A

Tints of Fuel Yellow #CB992A

RGB

 RED value IS 203 (79.69% from 255) = 51.01%

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

 BLUE value IS 42 (16.8% from 255) = 10.55%

R = 51.01%
G = 38.44%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB992A (or 0xCB992A) is known color: Fuel Yellow. HEX triplet: CB, 99 and 2A. RGB value is (203,153,42). Sum of RGB (Red+Green+Blue) = 203+153+42=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB992A is #3466D5. Grayscale: #9B9B9B. Windows color (decimal): -3434198 or 2791883. OLE color: 2791883.

HSL color Cylindrical-coordinate representation of color #CB992A: hue angle of 41.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB992A is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 153 42 -
CMYK 0 0.25 0.79 0.20
HSL 41.37º 0.66% 0.48% -
HSV(B) 41.37º 0.79% 0.8% -
XYZ 36.44 35.65 7.15 -
YUV 155.3 64.07 162.03 -
System Red Green Blue C M Y K H S L
Decimal 203 153 42 0 0.25 0.79 0.20 41.37 0.66 0.48
Hex CB 99 2A 0 19 4F 14 29 42 30
Octal 313 231 52 0 31 117 24 51 102 60
Binary 11001011 10011001 101010 0 11001 1001111 10100 101001 1000010 110000

Color Harmonies of #CB992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB992A

Black with #CB992A

Text Example


Text Example

White with #CB992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB992A; }

 p { color: rgb(203,153,42); }

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

background-color css

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

 a { background-color: rgb(203,153,42); }

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

border-color css

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

 span { border-color: rgb(203,153,42); }

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