Html Css Color HEX #FECC1A Turbo

📋 copy color: '#FECC1A'

red 254 ◦ green 204 ◦ blue 26

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

Shades of Turbo #FECC1A

Tints of Turbo #FECC1A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.15%

 BLUE value IS 26 (10.55% from 255) = 5.37%

R = 52.48%
G = 42.15%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FECC1A (or 0xFECC1A) is known color: Turbo. HEX triplet: FE, CC and 1A. RGB value is (254,204,26). Sum of RGB (Red+Green+Blue) = 254+204+26=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC1A is #0133E5. Grayscale: #C7C7C7. Windows color (decimal): -78822 or 1756414. OLE color: 1756414.

HSL color Cylindrical-coordinate representation of color #FECC1A: hue angle of 46.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FECC1A is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 26 -
CMYK 0 0.20 0.90 0.00
HSL 46.84º 0.99% 0.55% -
HSV(B) 46.84º 0.9% 1% -
XYZ 62.65 64.33 10.09 -
YUV 198.66 30.57 167.47 -
System Red Green Blue C M Y K H S L
Decimal 254 204 26 0 0.20 0.90 0.00 46.84 0.99 0.55
Hex FE CC 1A 0 14 5A 0 2F 63 37
Octal 376 314 32 0 24 132 0 57 143 67
Binary 11111110 11001100 11010 0 10100 1011010 0 101111 1100011 110111

Color Harmonies of #FECC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC1A

Black with #FECC1A

Text Example


Text Example

White with #FECC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC1A; }

 p { color: rgb(254,204,26); }

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

background-color css

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

 a { background-color: rgb(254,204,26); }

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

border-color css

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

 span { border-color: rgb(254,204,26); }

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