Html Css Color HEX #F2D713 Turbo

📋 copy color: '#F2D713'

red 242 ◦ green 215 ◦ blue 19

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

Shades of Turbo #F2D713

Tints of Turbo #F2D713

RGB

 RED value IS 242 (94.92% from 255) = 50.84%

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

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

R = 50.84%
G = 45.17%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2D713 (or 0xF2D713) is known color: Turbo. HEX triplet: F2, D7 and 13. RGB value is (242,215,19). Sum of RGB (Red+Green+Blue) = 242+215+19=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 19 (7.81% from 255 or 3.99% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D713 is #0D28EC. Grayscale: #C9C9C9. Windows color (decimal): -862445 or 1300466. OLE color: 1300466.

HSL color Cylindrical-coordinate representation of color #F2D713: hue angle of 52.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2D713 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 215 19 -
CMYK 0 0.11 0.92 0.05
HSL 52.74º 0.9% 0.51% -
HSV(B) 52.74º 0.92% 0.95% -
XYZ 61.04 67.53 10.43 -
YUV 200.73 25.45 157.44 -
System Red Green Blue C M Y K H S L
Decimal 242 215 19 0 0.11 0.92 0.05 52.74 0.9 0.51
Hex F2 D7 13 0 B 5C 5 35 5A 33
Octal 362 327 23 0 13 134 5 65 132 63
Binary 11110010 11010111 10011 0 1011 1011100 101 110101 1011010 110011

Color Harmonies of #F2D713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D713

Black with #F2D713

Text Example


Text Example

White with #F2D713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D713; }

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

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

background-color css

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

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

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

border-color css

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

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

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