Html Css Color HEX #FED626 Turbo

📋 copy color: '#FED626'

red 254 ◦ green 214 ◦ blue 38

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

Shades of Turbo #FED626

Tints of Turbo #FED626

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

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

R = 50.2%
G = 42.29%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED626 (or 0xFED626) is known color: Turbo. HEX triplet: FE, D6 and 26. RGB value is (254,214,38). Sum of RGB (Red+Green+Blue) = 254+214+38=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 38 (15.23% from 255 or 7.51% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FED626 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED626 is #0129D9. Grayscale: #CECECE. Windows color (decimal): -76250 or 2545406. OLE color: 2545406.

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

Color convert

RGB 254 214 38 -
CMYK 0 0.16 0.85 0.00
HSL 48.89º 0.99% 0.57% -
HSV(B) 48.89º 0.85% 1% -
XYZ 65.27 69.3 11.77 -
YUV 205.9 33.25 162.31 -
System Red Green Blue C M Y K H S L
Decimal 254 214 38 0 0.16 0.85 0.00 48.89 0.99 0.57
Hex FE D6 26 0 10 55 0 31 63 39
Octal 376 326 46 0 20 125 0 61 143 71
Binary 11111110 11010110 100110 0 10000 1010101 0 110001 1100011 111001

Color Harmonies of #FED626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED626

Black with #FED626

Text Example


Text Example

White with #FED626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED626; }

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

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

background-color css

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

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

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

border-color css

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

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

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