Html Css Color HEX #F2D613 Turbo

📋 copy color: '#F2D613'

red 242 ◦ green 214 ◦ blue 19

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

Shades of Turbo #F2D613

Tints of Turbo #F2D613

RGB

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

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

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

R = 50.95%
G = 45.05%
B = 4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2D613 (or 0xF2D613) is known color: Turbo. HEX triplet: F2, D6 and 13. RGB value is (242,214,19). Sum of RGB (Red+Green+Blue) = 242+214+19=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 19 (7.81% from 255 or 4% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D613 is #0D29EC. Grayscale: #C8C8C8. Windows color (decimal): -862701 or 1300210. OLE color: 1300210.

HSL color Cylindrical-coordinate representation of color #F2D613: hue angle of 52.47º 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 #F2D613 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 214 19 -
CMYK 0 0.12 0.92 0.05
HSL 52.47º 0.9% 0.51% -
HSV(B) 52.47º 0.92% 0.95% -
XYZ 60.78 67.02 10.35 -
YUV 200.14 25.78 157.86 -
System Red Green Blue C M Y K H S L
Decimal 242 214 19 0 0.12 0.92 0.05 52.47 0.9 0.51
Hex F2 D6 13 0 C 5C 5 34 5A 33
Octal 362 326 23 0 14 134 5 64 132 63
Binary 11110010 11010110 10011 0 1100 1011100 101 110100 1011010 110011

Color Harmonies of #F2D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D613

Black with #F2D613

Text Example


Text Example

White with #F2D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D613; }

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

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

background-color css

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

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

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

border-color css

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

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

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