Html Css Color HEX #FEC322 Turbo

📋 copy color: '#FEC322'

red 254 ◦ green 195 ◦ blue 34

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

Shades of Turbo #FEC322

Tints of Turbo #FEC322

RGB

 RED value IS 254 (99.61% from 255) = 52.59%

 GREEN value IS 195 (76.56% from 255) = 40.37%

 BLUE value IS 34 (13.67% from 255) = 7.04%

R = 52.59%
G = 40.37%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEC322 (or 0xFEC322) is known color: Turbo. HEX triplet: FE, C3 and 22. RGB value is (254,195,34). Sum of RGB (Red+Green+Blue) = 254+195+34=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC322 is #013CDD. Grayscale: #C2C2C2. Windows color (decimal): -81118 or 2278398. OLE color: 2278398.

HSL color Cylindrical-coordinate representation of color #FEC322: hue angle of 43.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEC322 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 195 34 -
CMYK 0 0.23 0.87 0.00
HSL 43.91º 0.99% 0.56% -
HSV(B) 43.91º 0.87% 1% -
XYZ 60.68 60.22 9.94 -
YUV 194.29 37.55 170.59 -
System Red Green Blue C M Y K H S L
Decimal 254 195 34 0 0.23 0.87 0.00 43.91 0.99 0.56
Hex FE C3 22 0 17 57 0 2C 63 38
Octal 376 303 42 0 27 127 0 54 143 70
Binary 11111110 11000011 100010 0 10111 1010111 0 101100 1100011 111000

Color Harmonies of #FEC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC322

Black with #FEC322

Text Example


Text Example

White with #FEC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC322; }

 p { color: rgb(254,195,34); }

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

background-color css

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

 a { background-color: rgb(254,195,34); }

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

border-color css

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

 span { border-color: rgb(254,195,34); }

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