Html Css Color HEX #F5D81C Turbo

📋 copy color: '#F5D81C'

red 245 ◦ green 216 ◦ blue 28

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

Shades of Turbo #F5D81C

Tints of Turbo #F5D81C

RGB

 RED value IS 245 (96.09% from 255) = 50.1%

 GREEN value IS 216 (84.77% from 255) = 44.17%

 BLUE value IS 28 (11.33% from 255) = 5.73%

R = 50.1%
G = 44.17%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5D81C (or 0xF5D81C) is known color: Turbo. HEX triplet: F5, D8 and 1C. RGB value is (245,216,28). Sum of RGB (Red+Green+Blue) = 245+216+28=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D81C is #0A27E3. Grayscale: #CCCCCC. Windows color (decimal): -665572 or 1890549. OLE color: 1890549.

HSL color Cylindrical-coordinate representation of color #F5D81C: hue angle of 51.98º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5D81C is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 216 28 -
CMYK 0 0.12 0.89 0.04
HSL 51.98º 0.92% 0.54% -
HSV(B) 51.98º 0.89% 0.96% -
XYZ 62.42 68.61 11.05 -
YUV 203.24 29.11 157.79 -
System Red Green Blue C M Y K H S L
Decimal 245 216 28 0 0.12 0.89 0.04 51.98 0.92 0.54
Hex F5 D8 1C 0 C 59 4 34 5C 36
Octal 365 330 34 0 14 131 4 64 134 66
Binary 11110101 11011000 11100 0 1100 1011001 100 110100 1011100 110110

Color Harmonies of #F5D81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D81C

Black with #F5D81C

Text Example


Text Example

White with #F5D81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D81C; }

 p { color: rgb(245,216,28); }

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

background-color css

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

 a { background-color: rgb(245,216,28); }

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

border-color css

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

 span { border-color: rgb(245,216,28); }

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