Html Css Color HEX #FED026 Turbo

📋 copy color: '#FED026'

red 254 ◦ green 208 ◦ blue 38

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

Shades of Turbo #FED026

Tints of Turbo #FED026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.6%

R = 50.8%
G = 41.6%
B = 7.6%

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

#FED026 (or 0xFED026) is known color: Turbo. HEX triplet: FE, D0 and 26. RGB value is (254,208,38). Sum of RGB (Red+Green+Blue) = 254+208+38=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 38 (15.23% from 255 or 7.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FED026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED026 is #012FD9. Grayscale: #CBCBCB. Windows color (decimal): -77786 or 2543870. OLE color: 2543870.

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

Color convert

RGB 254 208 38 -
CMYK 0 0.18 0.85 0.00
HSL 47.22º 0.99% 0.57% -
HSV(B) 47.22º 0.85% 1% -
XYZ 63.78 66.32 11.27 -
YUV 202.37 35.24 164.82 -
System Red Green Blue C M Y K H S L
Decimal 254 208 38 0 0.18 0.85 0.00 47.22 0.99 0.57
Hex FE D0 26 0 12 55 0 2F 63 39
Octal 376 320 46 0 22 125 0 57 143 71
Binary 11111110 11010000 100110 0 10010 1010101 0 101111 1100011 111001

Color Harmonies of #FED026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED026

Black with #FED026

Text Example


Text Example

White with #FED026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED026; }

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

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

background-color css

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

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

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

border-color css

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

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

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