Html Css Color HEX #FED923 Turbo

📋 copy color: '#FED923'

red 254 ◦ green 217 ◦ blue 35

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

Shades of Turbo #FED923

Tints of Turbo #FED923

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

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

R = 50.2%
G = 42.89%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FED923 (or 0xFED923) is known color: Turbo. HEX triplet: FE, D9 and 23. RGB value is (254,217,35). Sum of RGB (Red+Green+Blue) = 254+217+35=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 35 (14.06% from 255 or 6.92% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FED923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED923 is #0126DC. Grayscale: #D0D0D0. Windows color (decimal): -75485 or 2349566. OLE color: 2349566.

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

Color convert

RGB 254 217 35 -
CMYK 0 0.15 0.86 0.00
HSL 49.86º 0.99% 0.57% -
HSV(B) 49.86º 0.86% 1% -
XYZ 65.99 70.82 11.78 -
YUV 207.32 30.76 161.3 -
System Red Green Blue C M Y K H S L
Decimal 254 217 35 0 0.15 0.86 0.00 49.86 0.99 0.57
Hex FE D9 23 0 F 56 0 32 63 39
Octal 376 331 43 0 17 126 0 62 143 71
Binary 11111110 11011001 100011 0 1111 1010110 0 110010 1100011 111001

Color Harmonies of #FED923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED923

Black with #FED923

Text Example


Text Example

White with #FED923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED923; }

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

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

background-color css

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

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

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

border-color css

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

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

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