Html Css Color HEX #F7DA1D Turbo

📋 copy color: '#F7DA1D'

red 247 ◦ green 218 ◦ blue 29

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

Shades of Turbo #F7DA1D

Tints of Turbo #F7DA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 29 (11.72% from 255) = 5.87%

R = 50%
G = 44.13%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7DA1D (or 0xF7DA1D) is known color: Turbo. HEX triplet: F7, DA and 1D. RGB value is (247,218,29). Sum of RGB (Red+Green+Blue) = 247+218+29=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DA1D is #0825E2. Grayscale: #CDCDCD. Windows color (decimal): -533987 or 1956599. OLE color: 1956599.

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

Color convert

RGB 247 218 29 -
CMYK 0 0.12 0.88 0.03
HSL 52.02º 0.93% 0.54% -
HSV(B) 52.02º 0.88% 0.97% -
XYZ 63.65 70.01 11.32 -
YUV 205.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 247 218 29 0 0.12 0.88 0.03 52.02 0.93 0.54
Hex F7 DA 1D 0 C 58 3 34 5D 36
Octal 367 332 35 0 14 130 3 64 135 66
Binary 11110111 11011010 11101 0 1100 1011000 11 110100 1011101 110110

Color Harmonies of #F7DA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DA1D

Black with #F7DA1D

Text Example


Text Example

White with #F7DA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DA1D; }

 p { color: rgb(247,218,29); }

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

background-color css

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

 a { background-color: rgb(247,218,29); }

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

border-color css

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

 span { border-color: rgb(247,218,29); }

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