Html Css Color HEX #FED526 Turbo

📋 copy color: '#FED526'

red 254 ◦ green 213 ◦ blue 38

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

Shades of Turbo #FED526

Tints of Turbo #FED526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.52%

R = 50.3%
G = 42.18%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED526 (or 0xFED526) is known color: Turbo. HEX triplet: FE, D5 and 26. RGB value is (254,213,38). Sum of RGB (Red+Green+Blue) = 254+213+38=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 38 (15.23% from 255 or 7.52% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FED526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED526 is #012AD9. Grayscale: #CECECE. Windows color (decimal): -76506 or 2545150. OLE color: 2545150.

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

Color convert

RGB 254 213 38 -
CMYK 0 0.16 0.85 0.00
HSL 48.61º 0.99% 0.57% -
HSV(B) 48.61º 0.85% 1% -
XYZ 65.02 68.8 11.69 -
YUV 205.31 33.58 162.73 -
System Red Green Blue C M Y K H S L
Decimal 254 213 38 0 0.16 0.85 0.00 48.61 0.99 0.57
Hex FE D5 26 0 10 55 0 31 63 39
Octal 376 325 46 0 20 125 0 61 143 71
Binary 11111110 11010101 100110 0 10000 1010101 0 110001 1100011 111001

Color Harmonies of #FED526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED526

Black with #FED526

Text Example


Text Example

White with #FED526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED526; }

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

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

background-color css

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

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

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

border-color css

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

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

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