Html Css Color HEX #CE962B Fuel Yellow

📋 copy color: '#CE962B'

red 206 ◦ green 150 ◦ blue 43

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

Shades of Fuel Yellow #CE962B

Tints of Fuel Yellow #CE962B

RGB

 RED value IS 206 (80.86% from 255) = 51.63%

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 43 (17.19% from 255) = 10.78%

R = 51.63%
G = 37.59%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE962B (or 0xCE962B) is known color: Fuel Yellow. HEX triplet: CE, 96 and 2B. RGB value is (206,150,43). Sum of RGB (Red+Green+Blue) = 206+150+43=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE962B is #3169D4. Grayscale: #9B9B9B. Windows color (decimal): -3238357 or 2856654. OLE color: 2856654.

HSL color Cylindrical-coordinate representation of color #CE962B: hue angle of 39.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE962B is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 150 43 -
CMYK 0 0.27 0.79 0.19
HSL 39.39º 0.65% 0.49% -
HSV(B) 39.39º 0.79% 0.81% -
XYZ 36.8 35.11 7.12 -
YUV 154.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 206 150 43 0 0.27 0.79 0.19 39.39 0.65 0.49
Hex CE 96 2B 0 1B 4F 13 27 41 31
Octal 316 226 53 0 33 117 23 47 101 61
Binary 11001110 10010110 101011 0 11011 1001111 10011 100111 1000001 110001

Color Harmonies of #CE962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE962B

Black with #CE962B

Text Example


Text Example

White with #CE962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE962B; }

 p { color: rgb(206,150,43); }

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

background-color css

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

 a { background-color: rgb(206,150,43); }

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

border-color css

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

 span { border-color: rgb(206,150,43); }

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