Html Css Color HEX #FED025 Turbo

📋 copy color: '#FED025'

red 254 ◦ green 208 ◦ blue 37

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

Shades of Turbo #FED025

Tints of Turbo #FED025

RGB

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

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

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

R = 50.9%
G = 41.68%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED025 (or 0xFED025) is known color: Turbo. HEX triplet: FE, D0 and 25. RGB value is (254,208,37). Sum of RGB (Red+Green+Blue) = 254+208+37=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED025 is #012FDA. Grayscale: #CACACA. Windows color (decimal): -77787 or 2478334. OLE color: 2478334.

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

Color convert

RGB 254 208 37 -
CMYK 0 0.18 0.85 0.00
HSL 47.28º 0.99% 0.57% -
HSV(B) 47.28º 0.85% 1% -
XYZ 63.76 66.32 11.19 -
YUV 202.26 34.74 164.9 -
System Red Green Blue C M Y K H S L
Decimal 254 208 37 0 0.18 0.85 0.00 47.28 0.99 0.57
Hex FE D0 25 0 12 55 0 2F 63 39
Octal 376 320 45 0 22 125 0 57 143 71
Binary 11111110 11010000 100101 0 10010 1010101 0 101111 1100011 111001

Color Harmonies of #FED025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED025

Black with #FED025

Text Example


Text Example

White with #FED025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED025; }

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

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

background-color css

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

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

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

border-color css

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

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

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