Html Css Color HEX #F5D41D Turbo

📋 copy color: '#F5D41D'

red 245 ◦ green 212 ◦ blue 29

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

Shades of Turbo #F5D41D

Tints of Turbo #F5D41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.62%

 BLUE value IS 29 (11.72% from 255) = 5.97%

R = 50.41%
G = 43.62%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5D41D (or 0xF5D41D) is known color: Turbo. HEX triplet: F5, D4 and 1D. RGB value is (245,212,29). Sum of RGB (Red+Green+Blue) = 245+212+29=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D41D is #0A2BE2. Grayscale: #C9C9C9. Windows color (decimal): -666595 or 1955061. OLE color: 1955061.

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

Color convert

RGB 245 212 29 -
CMYK 0 0.13 0.88 0.04
HSL 50.83º 0.92% 0.54% -
HSV(B) 50.83º 0.88% 0.96% -
XYZ 61.42 66.59 10.78 -
YUV 201.01 30.93 159.38 -
System Red Green Blue C M Y K H S L
Decimal 245 212 29 0 0.13 0.88 0.04 50.83 0.92 0.54
Hex F5 D4 1D 0 D 58 4 33 5C 36
Octal 365 324 35 0 15 130 4 63 134 66
Binary 11110101 11010100 11101 0 1101 1011000 100 110011 1011100 110110

Color Harmonies of #F5D41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D41D

Black with #F5D41D

Text Example


Text Example

White with #F5D41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D41D; }

 p { color: rgb(245,212,29); }

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

background-color css

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

 a { background-color: rgb(245,212,29); }

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

border-color css

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

 span { border-color: rgb(245,212,29); }

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