Html Css Color HEX #FED326 Turbo

📋 copy color: '#FED326'

red 254 ◦ green 211 ◦ blue 38

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

Shades of Turbo #FED326

Tints of Turbo #FED326

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.95%

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

R = 50.5%
G = 41.95%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED326 (or 0xFED326) is known color: Turbo. HEX triplet: FE, D3 and 26. RGB value is (254,211,38). Sum of RGB (Red+Green+Blue) = 254+211+38=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 38 (15.23% from 255 or 7.55% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FED326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED326 is #012CD9. Grayscale: #CCCCCC. Windows color (decimal): -77018 or 2544638. OLE color: 2544638.

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

Color convert

RGB 254 211 38 -
CMYK 0 0.17 0.85 0.00
HSL 48.06º 0.99% 0.57% -
HSV(B) 48.06º 0.85% 1% -
XYZ 64.52 67.8 11.52 -
YUV 204.14 34.25 163.57 -
System Red Green Blue C M Y K H S L
Decimal 254 211 38 0 0.17 0.85 0.00 48.06 0.99 0.57
Hex FE D3 26 0 11 55 0 30 63 39
Octal 376 323 46 0 21 125 0 60 143 71
Binary 11111110 11010011 100110 0 10001 1010101 0 110000 1100011 111001

Color Harmonies of #FED326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED326

Black with #FED326

Text Example


Text Example

White with #FED326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED326; }

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

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

background-color css

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

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

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

border-color css

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

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

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