Html Css Color HEX #FECA1B Turbo

📋 copy color: '#FECA1B'

red 254 ◦ green 202 ◦ blue 27

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

Shades of Turbo #FECA1B

Tints of Turbo #FECA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.59%

R = 52.59%
G = 41.82%
B = 5.59%

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

#FECA1B (or 0xFECA1B) is known color: Turbo. HEX triplet: FE, CA and 1B. RGB value is (254,202,27). Sum of RGB (Red+Green+Blue) = 254+202+27=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA1B is #0135E4. Grayscale: #C6C6C6. Windows color (decimal): -79333 or 1821438. OLE color: 1821438.

HSL color Cylindrical-coordinate representation of color #FECA1B: hue angle of 46.26º 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 #FECA1B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 27 -
CMYK 0 0.20 0.89 0.00
HSL 46.26º 0.99% 0.55% -
HSV(B) 46.26º 0.89% 1% -
XYZ 62.19 63.39 9.99 -
YUV 197.6 31.73 168.23 -
System Red Green Blue C M Y K H S L
Decimal 254 202 27 0 0.20 0.89 0.00 46.26 0.99 0.55
Hex FE CA 1B 0 14 59 0 2E 63 37
Octal 376 312 33 0 24 131 0 56 143 67
Binary 11111110 11001010 11011 0 10100 1011001 0 101110 1100011 110111

Color Harmonies of #FECA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA1B

Black with #FECA1B

Text Example


Text Example

White with #FECA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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