Html Css Color HEX #FED825 Turbo

📋 copy color: '#FED825'

red 254 ◦ green 216 ◦ blue 37

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

Shades of Turbo #FED825

Tints of Turbo #FED825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.6%

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

R = 50.1%
G = 42.6%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED825 (or 0xFED825) is known color: Turbo. HEX triplet: FE, D8 and 25. RGB value is (254,216,37). Sum of RGB (Red+Green+Blue) = 254+216+37=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 37 (14.84% from 255 or 7.30% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FED825 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED825 is #0127DA. Grayscale: #CFCFCF. Windows color (decimal): -75739 or 2480382. OLE color: 2480382.

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

Color convert

RGB 254 216 37 -
CMYK 0 0.15 0.85 0.00
HSL 49.49º 0.99% 0.57% -
HSV(B) 49.49º 0.85% 1% -
XYZ 65.76 70.32 11.86 -
YUV 206.96 32.09 161.55 -
System Red Green Blue C M Y K H S L
Decimal 254 216 37 0 0.15 0.85 0.00 49.49 0.99 0.57
Hex FE D8 25 0 F 55 0 31 63 39
Octal 376 330 45 0 17 125 0 61 143 71
Binary 11111110 11011000 100101 0 1111 1010101 0 110001 1100011 111001

Color Harmonies of #FED825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED825

Black with #FED825

Text Example


Text Example

White with #FED825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED825; }

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

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

background-color css

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

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

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

border-color css

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

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

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