Html Css Color HEX #F7DB1A Turbo

📋 copy color: '#F7DB1A'

red 247 ◦ green 219 ◦ blue 26

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

Shades of Turbo #F7DB1A

Tints of Turbo #F7DB1A

RGB

 RED value IS 247 (96.88% from 255) = 50.2%

 GREEN value IS 219 (85.94% from 255) = 44.51%

 BLUE value IS 26 (10.55% from 255) = 5.28%

R = 50.2%
G = 44.51%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7DB1A (or 0xF7DB1A) is known color: Turbo. HEX triplet: F7, DB and 1A. RGB value is (247,219,26). Sum of RGB (Red+Green+Blue) = 247+219+26=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 26 (10.55% from 255 or 5.28% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DB1A is #0824E5. Grayscale: #CECECE. Windows color (decimal): -533734 or 1760247. OLE color: 1760247.

HSL color Cylindrical-coordinate representation of color #F7DB1A: hue angle of 52.4º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7DB1A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 219 26 -
CMYK 0 0.11 0.89 0.03
HSL 52.4º 0.93% 0.54% -
HSV(B) 52.4º 0.89% 0.97% -
XYZ 63.88 70.51 11.22 -
YUV 205.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 247 219 26 0 0.11 0.89 0.03 52.4 0.93 0.54
Hex F7 DB 1A 0 B 59 3 34 5D 36
Octal 367 333 32 0 13 131 3 64 135 66
Binary 11110111 11011011 11010 0 1011 1011001 11 110100 1011101 110110

Color Harmonies of #F7DB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DB1A

Black with #F7DB1A

Text Example


Text Example

White with #F7DB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DB1A; }

 p { color: rgb(247,219,26); }

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

background-color css

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

 a { background-color: rgb(247,219,26); }

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

border-color css

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

 span { border-color: rgb(247,219,26); }

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