Html Css Color HEX #FED425 Turbo

📋 copy color: '#FED425'

red 254 ◦ green 212 ◦ blue 37

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

Shades of Turbo #FED425

Tints of Turbo #FED425

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

 BLUE value IS 37 (14.84% from 255) = 7.36%

R = 50.5%
G = 42.15%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED425 (or 0xFED425) is known color: Turbo. HEX triplet: FE, D4 and 25. RGB value is (254,212,37). Sum of RGB (Red+Green+Blue) = 254+212+37=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 37 (14.84% from 255 or 7.36% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FED425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED425 is #012BDA. Grayscale: #CDCDCD. Windows color (decimal): -76763 or 2479358. OLE color: 2479358.

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

Color convert

RGB 254 212 37 -
CMYK 0 0.17 0.85 0.00
HSL 48.39º 0.99% 0.57% -
HSV(B) 48.39º 0.85% 1% -
XYZ 64.75 68.29 11.52 -
YUV 204.61 33.41 163.23 -
System Red Green Blue C M Y K H S L
Decimal 254 212 37 0 0.17 0.85 0.00 48.39 0.99 0.57
Hex FE D4 25 0 11 55 0 30 63 39
Octal 376 324 45 0 21 125 0 60 143 71
Binary 11111110 11010100 100101 0 10001 1010101 0 110000 1100011 111001

Color Harmonies of #FED425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED425

Black with #FED425

Text Example


Text Example

White with #FED425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED425; }

 p { color: rgb(254,212,37); }

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

background-color css

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

 a { background-color: rgb(254,212,37); }

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

border-color css

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

 span { border-color: rgb(254,212,37); }

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