Html Css Color HEX #F5CA1B Turbo

📋 copy color: '#F5CA1B'

red 245 ◦ green 202 ◦ blue 27

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

Shades of Turbo #F5CA1B

Tints of Turbo #F5CA1B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 27 (10.94% from 255) = 5.7%

R = 51.69%
G = 42.62%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5CA1B (or 0xF5CA1B) is known color: Turbo. HEX triplet: F5, CA and 1B. RGB value is (245,202,27). Sum of RGB (Red+Green+Blue) = 245+202+27=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 27 (10.94% from 255 or 5.70% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CA1B is #0A35E4. Grayscale: #C3C3C3. Windows color (decimal): -669157 or 1821429. OLE color: 1821429.

HSL color Cylindrical-coordinate representation of color #F5CA1B: hue angle of 48.17º 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 #F5CA1B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 202 27 -
CMYK 0 0.18 0.89 0.04
HSL 48.17º 0.92% 0.53% -
HSV(B) 48.17º 0.89% 0.96% -
XYZ 58.97 61.73 9.84 -
YUV 194.91 33.25 163.73 -
System Red Green Blue C M Y K H S L
Decimal 245 202 27 0 0.18 0.89 0.04 48.17 0.92 0.53
Hex F5 CA 1B 0 12 59 4 30 5C 35
Octal 365 312 33 0 22 131 4 60 134 65
Binary 11110101 11001010 11011 0 10010 1011001 100 110000 1011100 110101

Color Harmonies of #F5CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CA1B

Black with #F5CA1B

Text Example


Text Example

White with #F5CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CA1B; }

 p { color: rgb(245,202,27); }

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

background-color css

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

 a { background-color: rgb(245,202,27); }

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

border-color css

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

 span { border-color: rgb(245,202,27); }

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