Html Css Color HEX #F5833C Flamenco

📋 copy color: '#F5833C'

red 245 ◦ green 131 ◦ blue 60

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

Shades of Flamenco #F5833C

Tints of Flamenco #F5833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 56.19%
G = 30.05%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5833C (or 0xF5833C) is known color: Flamenco. HEX triplet: F5, 83 and 3C. RGB value is (245,131,60). Sum of RGB (Red+Green+Blue) = 245+131+60=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5833C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5833C is #0A7CC3. Grayscale: #9D9D9D. Windows color (decimal): -687300 or 3965941. OLE color: 3965941.

HSL color Cylindrical-coordinate representation of color #F5833C: hue angle of 23.03º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5833C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 131 60 -
CMYK 0 0.47 0.76 0.04
HSL 23.03º 0.9% 0.6% -
HSV(B) 23.03º 0.76% 0.96% -
XYZ 46.59 35.97 8.76 -
YUV 156.99 73.27 190.77 -
System Red Green Blue C M Y K H S L
Decimal 245 131 60 0 0.47 0.76 0.04 23.03 0.9 0.6
Hex F5 83 3C 0 2F 4C 4 17 5A 3C
Octal 365 203 74 0 57 114 4 27 132 74
Binary 11110101 10000011 111100 0 101111 1001100 100 10111 1011010 111100

Color Harmonies of #F5833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5833C

Black with #F5833C

Text Example


Text Example

White with #F5833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5833C; }

 p { color: rgb(245,131,60); }

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

background-color css

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

 a { background-color: rgb(245,131,60); }

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

border-color css

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

 span { border-color: rgb(245,131,60); }

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