Html Css Color HEX #FEDB23 Turbo

📋 copy color: '#FEDB23'

red 254 ◦ green 219 ◦ blue 35

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

Shades of Turbo #FEDB23

Tints of Turbo #FEDB23

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 50%
G = 43.11%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEDB23 (or 0xFEDB23) is known color: Turbo. HEX triplet: FE, DB and 23. RGB value is (254,219,35). Sum of RGB (Red+Green+Blue) = 254+219+35=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 35 (14.06% from 255 or 6.89% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB23 is #0124DC. Grayscale: #D1D1D1. Windows color (decimal): -74973 or 2350078. OLE color: 2350078.

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

Color convert

RGB 254 219 35 -
CMYK 0 0.14 0.86 0.00
HSL 50.41º 0.99% 0.57% -
HSV(B) 50.41º 0.86% 1% -
XYZ 66.51 71.86 11.95 -
YUV 208.49 30.1 160.46 -
System Red Green Blue C M Y K H S L
Decimal 254 219 35 0 0.14 0.86 0.00 50.41 0.99 0.57
Hex FE DB 23 0 E 56 0 32 63 39
Octal 376 333 43 0 16 126 0 62 143 71
Binary 11111110 11011011 100011 0 1110 1010110 0 110010 1100011 111001

Color Harmonies of #FEDB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB23

Black with #FEDB23

Text Example


Text Example

White with #FEDB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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