Html Css Color HEX #F5C722 Turbo

📋 copy color: '#F5C722'

red 245 ◦ green 199 ◦ blue 34

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

Shades of Turbo #F5C722

Tints of Turbo #F5C722

RGB

 RED value IS 245 (96.09% from 255) = 51.26%

 GREEN value IS 199 (78.13% from 255) = 41.63%

 BLUE value IS 34 (13.67% from 255) = 7.11%

R = 51.26%
G = 41.63%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F5C722 (or 0xF5C722) is known color: Turbo. HEX triplet: F5, C7 and 22. RGB value is (245,199,34). Sum of RGB (Red+Green+Blue) = 245+199+34=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C722 is #0A38DD. Grayscale: #C2C2C2. Windows color (decimal): -669918 or 2279413. OLE color: 2279413.

HSL color Cylindrical-coordinate representation of color #F5C722: hue angle of 46.92º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5C722 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 199 34 -
CMYK 0 0.19 0.86 0.04
HSL 46.92º 0.91% 0.55% -
HSV(B) 46.92º 0.86% 0.96% -
XYZ 58.37 60.37 10.09 -
YUV 193.94 37.74 164.42 -
System Red Green Blue C M Y K H S L
Decimal 245 199 34 0 0.19 0.86 0.04 46.92 0.91 0.55
Hex F5 C7 22 0 13 56 4 2F 5B 37
Octal 365 307 42 0 23 126 4 57 133 67
Binary 11110101 11000111 100010 0 10011 1010110 100 101111 1011011 110111

Color Harmonies of #F5C722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C722

Black with #F5C722

Text Example


Text Example

White with #F5C722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C722; }

 p { color: rgb(245,199,34); }

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

background-color css

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

 a { background-color: rgb(245,199,34); }

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

border-color css

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

 span { border-color: rgb(245,199,34); }

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