Html Css Color HEX #F4D618 Turbo

📋 copy color: '#F4D618'

red 244 ◦ green 214 ◦ blue 24

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

Shades of Turbo #F4D618

Tints of Turbo #F4D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 24 (9.77% from 255) = 4.98%

R = 50.62%
G = 44.4%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F4D618 (or 0xF4D618) is known color: Turbo. HEX triplet: F4, D6 and 18. RGB value is (244,214,24). Sum of RGB (Red+Green+Blue) = 244+214+24=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D618 is #0B29E7. Grayscale: #CACACA. Windows color (decimal): -731624 or 1627892. OLE color: 1627892.

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

Color convert

RGB 244 214 24 -
CMYK 0 0.12 0.90 0.04
HSL 51.82º 0.91% 0.53% -
HSV(B) 51.82º 0.9% 0.96% -
XYZ 61.52 67.39 10.63 -
YUV 201.31 27.94 158.45 -
System Red Green Blue C M Y K H S L
Decimal 244 214 24 0 0.12 0.90 0.04 51.82 0.91 0.53
Hex F4 D6 18 0 C 5A 4 34 5B 35
Octal 364 326 30 0 14 132 4 64 133 65
Binary 11110100 11010110 11000 0 1100 1011010 100 110100 1011011 110101

Color Harmonies of #F4D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D618

Black with #F4D618

Text Example


Text Example

White with #F4D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D618; }

 p { color: rgb(244,214,24); }

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

background-color css

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

 a { background-color: rgb(244,214,24); }

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

border-color css

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

 span { border-color: rgb(244,214,24); }

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