Html Css Color HEX #F4D41F Turbo

📋 copy color: '#F4D41F'

red 244 ◦ green 212 ◦ blue 31

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

Shades of Turbo #F4D41F

Tints of Turbo #F4D41F

RGB

 RED value IS 244 (95.7% from 255) = 50.1%

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

 BLUE value IS 31 (12.5% from 255) = 6.37%

R = 50.1%
G = 43.53%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4D41F (or 0xF4D41F) is known color: Turbo. HEX triplet: F4, D4 and 1F. RGB value is (244,212,31). Sum of RGB (Red+Green+Blue) = 244+212+31=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D41F is #0B2BE0. Grayscale: #C9C9C9. Windows color (decimal): -732129 or 2086132. OLE color: 2086132.

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

Color convert

RGB 244 212 31 -
CMYK 0 0.13 0.87 0.04
HSL 50.99º 0.91% 0.54% -
HSV(B) 50.99º 0.87% 0.96% -
XYZ 61.1 66.42 10.9 -
YUV 200.93 32.1 158.72 -
System Red Green Blue C M Y K H S L
Decimal 244 212 31 0 0.13 0.87 0.04 50.99 0.91 0.54
Hex F4 D4 1F 0 D 57 4 33 5B 36
Octal 364 324 37 0 15 127 4 63 133 66
Binary 11110100 11010100 11111 0 1101 1010111 100 110011 1011011 110110

Color Harmonies of #F4D41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D41F

Black with #F4D41F

Text Example


Text Example

White with #F4D41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D41F; }

 p { color: rgb(244,212,31); }

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

background-color css

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

 a { background-color: rgb(244,212,31); }

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

border-color css

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

 span { border-color: rgb(244,212,31); }

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