Html Css Color HEX #F7D223 Turbo

📋 copy color: '#F7D223'

red 247 ◦ green 210 ◦ blue 35

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

Shades of Turbo #F7D223

Tints of Turbo #F7D223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.68%

 BLUE value IS 35 (14.06% from 255) = 7.11%

R = 50.2%
G = 42.68%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F7D223 (or 0xF7D223) is known color: Turbo. HEX triplet: F7, D2 and 23. RGB value is (247,210,35). Sum of RGB (Red+Green+Blue) = 247+210+35=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D223 is #082DDC. Grayscale: #C9C9C9. Windows color (decimal): -536029 or 2347767. OLE color: 2347767.

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

Color convert

RGB 247 210 35 -
CMYK 0 0.15 0.86 0.03
HSL 49.53º 0.93% 0.55% -
HSV(B) 49.53º 0.86% 0.97% -
XYZ 61.71 65.99 11.07 -
YUV 201.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 247 210 35 0 0.15 0.86 0.03 49.53 0.93 0.55
Hex F7 D2 23 0 F 56 3 32 5D 37
Octal 367 322 43 0 17 126 3 62 135 67
Binary 11110111 11010010 100011 0 1111 1010110 11 110010 1011101 110111

Color Harmonies of #F7D223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D223

Black with #F7D223

Text Example


Text Example

White with #F7D223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D223; }

 p { color: rgb(247,210,35); }

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

background-color css

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

 a { background-color: rgb(247,210,35); }

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

border-color css

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

 span { border-color: rgb(247,210,35); }

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