Html Css Color HEX #F4D713 Turbo

📋 copy color: '#F4D713'

red 244 ◦ green 215 ◦ blue 19

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

Shades of Turbo #F4D713

Tints of Turbo #F4D713

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.98%

 BLUE value IS 19 (7.81% from 255) = 3.97%

R = 51.05%
G = 44.98%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F4D713 (or 0xF4D713) is known color: Turbo. HEX triplet: F4, D7 and 13. RGB value is (244,215,19). Sum of RGB (Red+Green+Blue) = 244+215+19=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D713 is #0B28EC. Grayscale: #CACACA. Windows color (decimal): -731373 or 1300468. OLE color: 1300468.

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

Color convert

RGB 244 215 19 -
CMYK 0 0.12 0.92 0.04
HSL 52.27º 0.91% 0.52% -
HSV(B) 52.27º 0.92% 0.96% -
XYZ 61.73 67.88 10.47 -
YUV 201.33 25.11 158.44 -
System Red Green Blue C M Y K H S L
Decimal 244 215 19 0 0.12 0.92 0.04 52.27 0.91 0.52
Hex F4 D7 13 0 C 5C 4 34 5B 34
Octal 364 327 23 0 14 134 4 64 133 64
Binary 11110100 11010111 10011 0 1100 1011100 100 110100 1011011 110100

Color Harmonies of #F4D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D713

Black with #F4D713

Text Example


Text Example

White with #F4D713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D713; }

 p { color: rgb(244,215,19); }

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

background-color css

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

 a { background-color: rgb(244,215,19); }

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

border-color css

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

 span { border-color: rgb(244,215,19); }

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