Html Css Color HEX #FEC71B Turbo

📋 copy color: '#FEC71B'

red 254 ◦ green 199 ◦ blue 27

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

Shades of Turbo #FEC71B

Tints of Turbo #FEC71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.46%

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

R = 52.92%
G = 41.46%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEC71B (or 0xFEC71B) is known color: Turbo. HEX triplet: FE, C7 and 1B. RGB value is (254,199,27). Sum of RGB (Red+Green+Blue) = 254+199+27=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 27 (10.94% from 255 or 5.62% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC71B is #0138E4. Grayscale: #C4C4C4. Windows color (decimal): -80101 or 1820670. OLE color: 1820670.

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

Color convert

RGB 254 199 27 -
CMYK 0 0.22 0.89 0.00
HSL 45.46º 0.99% 0.55% -
HSV(B) 45.46º 0.89% 1% -
XYZ 61.49 62 9.76 -
YUV 195.84 32.72 169.49 -
System Red Green Blue C M Y K H S L
Decimal 254 199 27 0 0.22 0.89 0.00 45.46 0.99 0.55
Hex FE C7 1B 0 16 59 0 2D 63 37
Octal 376 307 33 0 26 131 0 55 143 67
Binary 11111110 11000111 11011 0 10110 1011001 0 101101 1100011 110111

Color Harmonies of #FEC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC71B

Black with #FEC71B

Text Example


Text Example

White with #FEC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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