Html Css Color HEX #F5CA1F Turbo

📋 copy color: '#F5CA1F'

red 245 ◦ green 202 ◦ blue 31

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

Shades of Turbo #F5CA1F

Tints of Turbo #F5CA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.49%

R = 51.26%
G = 42.26%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5CA1F (or 0xF5CA1F) is known color: Turbo. HEX triplet: F5, CA and 1F. RGB value is (245,202,31). Sum of RGB (Red+Green+Blue) = 245+202+31=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CA1F is #0A35E0. Grayscale: #C4C4C4. Windows color (decimal): -669153 or 2083573. OLE color: 2083573.

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

Color convert

RGB 245 202 31 -
CMYK 0 0.18 0.87 0.04
HSL 47.94º 0.91% 0.54% -
HSV(B) 47.94º 0.87% 0.96% -
XYZ 59.02 61.75 10.1 -
YUV 195.36 35.25 163.4 -
System Red Green Blue C M Y K H S L
Decimal 245 202 31 0 0.18 0.87 0.04 47.94 0.91 0.54
Hex F5 CA 1F 0 12 57 4 30 5B 36
Octal 365 312 37 0 22 127 4 60 133 66
Binary 11110101 11001010 11111 0 10010 1010111 100 110000 1011011 110110

Color Harmonies of #F5CA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CA1F

Black with #F5CA1F

Text Example


Text Example

White with #F5CA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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