Html Css Color HEX #FEDC23 Turbo

📋 copy color: '#FEDC23'

red 254 ◦ green 220 ◦ blue 35

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

Shades of Turbo #FEDC23

Tints of Turbo #FEDC23

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 35 (14.06% from 255) = 6.88%

R = 49.9%
G = 43.22%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEDC23 (or 0xFEDC23) is known color: Turbo. HEX triplet: FE, DC and 23. RGB value is (254,220,35). Sum of RGB (Red+Green+Blue) = 254+220+35=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 35 (14.06% from 255 or 6.88% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC23 is #0123DC. Grayscale: #D1D1D1. Windows color (decimal): -74717 or 2350334. OLE color: 2350334.

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

Color convert

RGB 254 220 35 -
CMYK 0 0.13 0.86 0.00
HSL 50.68º 0.99% 0.57% -
HSV(B) 50.68º 0.86% 1% -
XYZ 66.77 72.38 12.04 -
YUV 209.08 29.76 160.04 -
System Red Green Blue C M Y K H S L
Decimal 254 220 35 0 0.13 0.86 0.00 50.68 0.99 0.57
Hex FE DC 23 0 D 56 0 33 63 39
Octal 376 334 43 0 15 126 0 63 143 71
Binary 11111110 11011100 100011 0 1101 1010110 0 110011 1100011 111001

Color Harmonies of #FEDC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC23

Black with #FEDC23

Text Example


Text Example

White with #FEDC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC23; }

 p { color: rgb(254,220,35); }

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

background-color css

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

 a { background-color: rgb(254,220,35); }

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

border-color css

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

 span { border-color: rgb(254,220,35); }

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