Html Css Color HEX #FC833E Flamenco

📋 copy color: '#FC833E'

red 252 ◦ green 131 ◦ blue 62

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

Shades of Flamenco #FC833E

Tints of Flamenco #FC833E

RGB

 RED value IS 252 (98.83% from 255) = 56.63%

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

 BLUE value IS 62 (24.61% from 255) = 13.93%

R = 56.63%
G = 29.44%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC833E (or 0xFC833E) is known color: Flamenco. HEX triplet: FC, 83 and 3E. RGB value is (252,131,62). Sum of RGB (Red+Green+Blue) = 252+131+62=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC833E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC833E is #037CC1. Grayscale: #9F9F9F. Windows color (decimal): -228546 or 4097020. OLE color: 4097020.

HSL color Cylindrical-coordinate representation of color #FC833E: hue angle of 21.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC833E is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 131 62 -
CMYK 0 0.48 0.75 0.01
HSL 21.79º 0.97% 0.62% -
HSV(B) 21.79º 0.75% 0.99% -
XYZ 49.13 37.28 9.16 -
YUV 159.31 73.09 194.11 -
System Red Green Blue C M Y K H S L
Decimal 252 131 62 0 0.48 0.75 0.01 21.79 0.97 0.62
Hex FC 83 3E 0 30 4B 1 16 61 3E
Octal 374 203 76 0 60 113 1 26 141 76
Binary 11111100 10000011 111110 0 110000 1001011 1 10110 1100001 111110

Color Harmonies of #FC833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC833E

Black with #FC833E

Text Example


Text Example

White with #FC833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC833E; }

 p { color: rgb(252,131,62); }

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

background-color css

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

 a { background-color: rgb(252,131,62); }

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

border-color css

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

 span { border-color: rgb(252,131,62); }

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