Html Css Color HEX #FED315 Turbo

📋 copy color: '#FED315'

red 254 ◦ green 211 ◦ blue 21

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

Shades of Turbo #FED315

Tints of Turbo #FED315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.32%

R = 52.26%
G = 43.42%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FED315 (or 0xFED315) is known color: Turbo. HEX triplet: FE, D3 and 15. RGB value is (254,211,21). Sum of RGB (Red+Green+Blue) = 254+211+21=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FED315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED315 is #012CEA. Grayscale: #CBCBCB. Windows color (decimal): -77035 or 1430526. OLE color: 1430526.

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

Color convert

RGB 254 211 21 -
CMYK 0 0.17 0.92 0.00
HSL 48.93º 0.99% 0.54% -
HSV(B) 48.93º 0.92% 1% -
XYZ 64.3 67.71 10.39 -
YUV 202.2 25.75 164.95 -
System Red Green Blue C M Y K H S L
Decimal 254 211 21 0 0.17 0.92 0.00 48.93 0.99 0.54
Hex FE D3 15 0 11 5C 0 31 63 36
Octal 376 323 25 0 21 134 0 61 143 66
Binary 11111110 11010011 10101 0 10001 1011100 0 110001 1100011 110110

Color Harmonies of #FED315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED315

Black with #FED315

Text Example


Text Example

White with #FED315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED315; }

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

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

background-color css

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

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

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

border-color css

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

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

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