Html Css Color HEX #FED328 Turbo

📋 copy color: '#FED328'

red 254 ◦ green 211 ◦ blue 40

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

Shades of Turbo #FED328

Tints of Turbo #FED328

RGB

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

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

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

R = 50.3%
G = 41.78%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FED328 (or 0xFED328) is known color: Turbo. HEX triplet: FE, D3 and 28. RGB value is (254,211,40). Sum of RGB (Red+Green+Blue) = 254+211+40=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FED328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED328 is #012CD7. Grayscale: #CDCDCD. Windows color (decimal): -77016 or 2675710. OLE color: 2675710.

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

Color convert

RGB 254 211 40 -
CMYK 0 0.17 0.84 0.00
HSL 47.94º 0.99% 0.58% -
HSV(B) 47.94º 0.84% 1% -
XYZ 64.55 67.81 11.69 -
YUV 204.36 35.25 163.4 -
System Red Green Blue C M Y K H S L
Decimal 254 211 40 0 0.17 0.84 0.00 47.94 0.99 0.58
Hex FE D3 28 0 11 54 0 30 63 3A
Octal 376 323 50 0 21 124 0 60 143 72
Binary 11111110 11010011 101000 0 10001 1010100 0 110000 1100011 111010

Color Harmonies of #FED328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED328

Black with #FED328

Text Example


Text Example

White with #FED328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED328; }

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

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

background-color css

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

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

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

border-color css

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

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

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