Html Css Color HEX #FED628 Turbo

📋 copy color: '#FED628'

red 254 ◦ green 214 ◦ blue 40

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

Shades of Turbo #FED628

Tints of Turbo #FED628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.87%

R = 50%
G = 42.13%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FED628 (or 0xFED628) is known color: Turbo. HEX triplet: FE, D6 and 28. RGB value is (254,214,40). Sum of RGB (Red+Green+Blue) = 254+214+40=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FED628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED628 is #0129D7. Grayscale: #CECECE. Windows color (decimal): -76248 or 2676478. OLE color: 2676478.

HSL color Cylindrical-coordinate representation of color #FED628: hue angle of 48.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FED628 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 40 -
CMYK 0 0.16 0.84 0.00
HSL 48.79º 0.99% 0.58% -
HSV(B) 48.79º 0.84% 1% -
XYZ 65.3 69.32 11.95 -
YUV 206.12 34.25 162.15 -
System Red Green Blue C M Y K H S L
Decimal 254 214 40 0 0.16 0.84 0.00 48.79 0.99 0.58
Hex FE D6 28 0 10 54 0 31 63 3A
Octal 376 326 50 0 20 124 0 61 143 72
Binary 11111110 11010110 101000 0 10000 1010100 0 110001 1100011 111010

Color Harmonies of #FED628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED628

Black with #FED628

Text Example


Text Example

White with #FED628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED628; }

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

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

background-color css

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

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

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

border-color css

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

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

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