Html Css Color HEX #FED325 Turbo

📋 copy color: '#FED325'

red 254 ◦ green 211 ◦ blue 37

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

Shades of Turbo #FED325

Tints of Turbo #FED325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

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

R = 50.6%
G = 42.03%
B = 7.37%

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

#FED325 (or 0xFED325) is known color: Turbo. HEX triplet: FE, D3 and 25. RGB value is (254,211,37). Sum of RGB (Red+Green+Blue) = 254+211+37=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FED325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED325 is #012CDA. Grayscale: #CCCCCC. Windows color (decimal): -77019 or 2479102. OLE color: 2479102.

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

Color convert

RGB 254 211 37 -
CMYK 0 0.17 0.85 0.00
HSL 48.11º 0.99% 0.57% -
HSV(B) 48.11º 0.85% 1% -
XYZ 64.5 67.79 11.44 -
YUV 204.02 33.75 163.65 -
System Red Green Blue C M Y K H S L
Decimal 254 211 37 0 0.17 0.85 0.00 48.11 0.99 0.57
Hex FE D3 25 0 11 55 0 30 63 39
Octal 376 323 45 0 21 125 0 60 143 71
Binary 11111110 11010011 100101 0 10001 1010101 0 110000 1100011 111001

Color Harmonies of #FED325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED325

Black with #FED325

Text Example


Text Example

White with #FED325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED325; }

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

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

background-color css

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

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

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

border-color css

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

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

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