Html Css Color HEX #FEDB25 Turbo

📋 copy color: '#FEDB25'

red 254 ◦ green 219 ◦ blue 37

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

Shades of Turbo #FEDB25

Tints of Turbo #FEDB25

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.94%

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

R = 49.8%
G = 42.94%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEDB25 (or 0xFEDB25) is known color: Turbo. HEX triplet: FE, DB and 25. RGB value is (254,219,37). Sum of RGB (Red+Green+Blue) = 254+219+37=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB25 is #0124DA. Grayscale: #D1D1D1. Windows color (decimal): -74971 or 2481150. OLE color: 2481150.

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

Color convert

RGB 254 219 37 -
CMYK 0 0.14 0.85 0.00
HSL 50.32º 0.99% 0.57% -
HSV(B) 50.32º 0.85% 1% -
XYZ 66.54 71.87 12.12 -
YUV 208.72 31.1 160.3 -
System Red Green Blue C M Y K H S L
Decimal 254 219 37 0 0.14 0.85 0.00 50.32 0.99 0.57
Hex FE DB 25 0 E 55 0 32 63 39
Octal 376 333 45 0 16 125 0 62 143 71
Binary 11111110 11011011 100101 0 1110 1010101 0 110010 1100011 111001

Color Harmonies of #FEDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB25

Black with #FEDB25

Text Example


Text Example

White with #FEDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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