Html Css Color HEX #FECA1D Turbo

📋 copy color: '#FECA1D'

red 254 ◦ green 202 ◦ blue 29

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

Shades of Turbo #FECA1D

Tints of Turbo #FECA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 29 (11.72% from 255) = 5.98%

R = 52.37%
G = 41.65%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FECA1D (or 0xFECA1D) is known color: Turbo. HEX triplet: FE, CA and 1D. RGB value is (254,202,29). Sum of RGB (Red+Green+Blue) = 254+202+29=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA1D is #0135E2. Grayscale: #C6C6C6. Windows color (decimal): -79331 or 1952510. OLE color: 1952510.

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

Color convert

RGB 254 202 29 -
CMYK 0 0.20 0.89 0.00
HSL 46.13º 0.99% 0.55% -
HSV(B) 46.13º 0.89% 1% -
XYZ 62.22 63.4 10.12 -
YUV 197.83 32.73 168.07 -
System Red Green Blue C M Y K H S L
Decimal 254 202 29 0 0.20 0.89 0.00 46.13 0.99 0.55
Hex FE CA 1D 0 14 59 0 2E 63 37
Octal 376 312 35 0 24 131 0 56 143 67
Binary 11111110 11001010 11101 0 10100 1011001 0 101110 1100011 110111

Color Harmonies of #FECA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA1D

Black with #FECA1D

Text Example


Text Example

White with #FECA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA1D; }

 p { color: rgb(254,202,29); }

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

background-color css

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

 a { background-color: rgb(254,202,29); }

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

border-color css

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

 span { border-color: rgb(254,202,29); }

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