Html Css Color HEX #F5CD1A Turbo

📋 copy color: '#F5CD1A'

red 245 ◦ green 205 ◦ blue 26

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

Shades of Turbo #F5CD1A

Tints of Turbo #F5CD1A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.07%

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

R = 51.47%
G = 43.07%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5CD1A (or 0xF5CD1A) is known color: Turbo. HEX triplet: F5, CD and 1A. RGB value is (245,205,26). Sum of RGB (Red+Green+Blue) = 245+205+26=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CD1A is #0A32E5. Grayscale: #C5C5C5. Windows color (decimal): -668390 or 1756661. OLE color: 1756661.

HSL color Cylindrical-coordinate representation of color #F5CD1A: hue angle of 49.04º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5CD1A is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 205 26 -
CMYK 0 0.16 0.89 0.04
HSL 49.04º 0.92% 0.53% -
HSV(B) 49.04º 0.89% 0.96% -
XYZ 59.67 63.15 10.02 -
YUV 196.55 31.75 162.55 -
System Red Green Blue C M Y K H S L
Decimal 245 205 26 0 0.16 0.89 0.04 49.04 0.92 0.53
Hex F5 CD 1A 0 10 59 4 31 5C 35
Octal 365 315 32 0 20 131 4 61 134 65
Binary 11110101 11001101 11010 0 10000 1011001 100 110001 1011100 110101

Color Harmonies of #F5CD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD1A

Black with #F5CD1A

Text Example


Text Example

White with #F5CD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD1A; }

 p { color: rgb(245,205,26); }

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

background-color css

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

 a { background-color: rgb(245,205,26); }

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

border-color css

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

 span { border-color: rgb(245,205,26); }

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