Html Css Color HEX #FED529 Turbo

📋 copy color: '#FED529'

red 254 ◦ green 213 ◦ blue 41

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

Shades of Turbo #FED529

Tints of Turbo #FED529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.93%

 BLUE value IS 41 (16.41% from 255) = 8.07%

R = 50%
G = 41.93%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FED529 (or 0xFED529) is known color: Turbo. HEX triplet: FE, D5 and 29. RGB value is (254,213,41). Sum of RGB (Red+Green+Blue) = 254+213+41=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 41 (16.41% from 255 or 8.07% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FED529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED529 is #012AD6. Grayscale: #CECECE. Windows color (decimal): -76503 or 2741758. OLE color: 2741758.

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

Color convert

RGB 254 213 41 -
CMYK 0 0.16 0.84 0.00
HSL 48.45º 0.99% 0.58% -
HSV(B) 48.45º 0.84% 1% -
XYZ 65.07 68.82 11.95 -
YUV 205.65 35.08 162.49 -
System Red Green Blue C M Y K H S L
Decimal 254 213 41 0 0.16 0.84 0.00 48.45 0.99 0.58
Hex FE D5 29 0 10 54 0 30 63 3A
Octal 376 325 51 0 20 124 0 60 143 72
Binary 11111110 11010101 101001 0 10000 1010100 0 110000 1100011 111010

Color Harmonies of #FED529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED529

Black with #FED529

Text Example


Text Example

White with #FED529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED529; }

 p { color: rgb(254,213,41); }

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

background-color css

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

 a { background-color: rgb(254,213,41); }

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

border-color css

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

 span { border-color: rgb(254,213,41); }

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