Html Css Color HEX #CE942B Fuel Yellow

📋 copy color: '#CE942B'

red 206 ◦ green 148 ◦ blue 43

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

Shades of Fuel Yellow #CE942B

Tints of Fuel Yellow #CE942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

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

R = 51.89%
G = 37.28%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE942B (or 0xCE942B) is known color: Fuel Yellow. HEX triplet: CE, 94 and 2B. RGB value is (206,148,43). Sum of RGB (Red+Green+Blue) = 206+148+43=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE942B is #316BD4. Grayscale: #999999. Windows color (decimal): -3238869 or 2856142. OLE color: 2856142.

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

Color convert

RGB 206 148 43 -
CMYK 0 0.28 0.79 0.19
HSL 38.65º 0.65% 0.49% -
HSV(B) 38.65º 0.79% 0.81% -
XYZ 36.48 34.48 7.02 -
YUV 153.37 65.72 165.54 -
System Red Green Blue C M Y K H S L
Decimal 206 148 43 0 0.28 0.79 0.19 38.65 0.65 0.49
Hex CE 94 2B 0 1C 4F 13 27 41 31
Octal 316 224 53 0 34 117 23 47 101 61
Binary 11001110 10010100 101011 0 11100 1001111 10011 100111 1000001 110001

Color Harmonies of #CE942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE942B

Black with #CE942B

Text Example


Text Example

White with #CE942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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