Html Css Color HEX #FED01B Turbo

📋 copy color: '#FED01B'

red 254 ◦ green 208 ◦ blue 27

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

Shades of Turbo #FED01B

Tints of Turbo #FED01B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.54%

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

R = 51.94%
G = 42.54%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FED01B (or 0xFED01B) is known color: Turbo. HEX triplet: FE, D0 and 1B. RGB value is (254,208,27). Sum of RGB (Red+Green+Blue) = 254+208+27=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FED01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED01B is #012FE4. Grayscale: #C9C9C9. Windows color (decimal): -77797 or 1822974. OLE color: 1822974.

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

Color convert

RGB 254 208 27 -
CMYK 0 0.18 0.89 0.00
HSL 47.84º 0.99% 0.55% -
HSV(B) 47.84º 0.89% 1% -
XYZ 63.63 66.26 10.47 -
YUV 201.12 29.74 165.72 -
System Red Green Blue C M Y K H S L
Decimal 254 208 27 0 0.18 0.89 0.00 47.84 0.99 0.55
Hex FE D0 1B 0 12 59 0 30 63 37
Octal 376 320 33 0 22 131 0 60 143 67
Binary 11111110 11010000 11011 0 10010 1011001 0 110000 1100011 110111

Color Harmonies of #FED01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED01B

Black with #FED01B

Text Example


Text Example

White with #FED01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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