Html Css Color HEX #F2D015 Turbo

📋 copy color: '#F2D015'

red 242 ◦ green 208 ◦ blue 21

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

Shades of Turbo #F2D015

Tints of Turbo #F2D015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.16%

 BLUE value IS 21 (8.59% from 255) = 4.46%

R = 51.38%
G = 44.16%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2D015 (or 0xF2D015) is known color: Turbo. HEX triplet: F2, D0 and 15. RGB value is (242,208,21). Sum of RGB (Red+Green+Blue) = 242+208+21=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 21 (8.59% from 255 or 4.46% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D015 is #0D2FEA. Grayscale: #C5C5C5. Windows color (decimal): -864235 or 1429746. OLE color: 1429746.

HSL color Cylindrical-coordinate representation of color #F2D015: hue angle of 50.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2D015 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 208 21 -
CMYK 0 0.14 0.91 0.05
HSL 50.77º 0.89% 0.52% -
HSV(B) 50.77º 0.91% 0.95% -
XYZ 59.31 64.04 9.95 -
YUV 196.85 28.76 160.21 -
System Red Green Blue C M Y K H S L
Decimal 242 208 21 0 0.14 0.91 0.05 50.77 0.89 0.52
Hex F2 D0 15 0 E 5B 5 33 59 34
Octal 362 320 25 0 16 133 5 63 131 64
Binary 11110010 11010000 10101 0 1110 1011011 101 110011 1011001 110100

Color Harmonies of #F2D015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D015

Black with #F2D015

Text Example


Text Example

White with #F2D015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D015; }

 p { color: rgb(242,208,21); }

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

background-color css

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

 a { background-color: rgb(242,208,21); }

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

border-color css

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

 span { border-color: rgb(242,208,21); }

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