Html Css Color HEX #F2833C Flamenco

📋 copy color: '#F2833C'

red 242 ◦ green 131 ◦ blue 60

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

Shades of Flamenco #F2833C

Tints of Flamenco #F2833C

RGB

 RED value IS 242 (94.92% from 255) = 55.89%

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

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

R = 55.89%
G = 30.25%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2833C (or 0xF2833C) is known color: Flamenco. HEX triplet: F2, 83 and 3C. RGB value is (242,131,60). Sum of RGB (Red+Green+Blue) = 242+131+60=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2833C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2833C is #0D7CC3. Grayscale: #9C9C9C. Windows color (decimal): -883908 or 3965938. OLE color: 3965938.

HSL color Cylindrical-coordinate representation of color #F2833C: hue angle of 23.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2833C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 60 -
CMYK 0 0.46 0.75 0.05
HSL 23.41º 0.88% 0.59% -
HSV(B) 23.41º 0.75% 0.95% -
XYZ 45.55 35.44 8.71 -
YUV 156.1 73.77 189.27 -
System Red Green Blue C M Y K H S L
Decimal 242 131 60 0 0.46 0.75 0.05 23.41 0.88 0.59
Hex F2 83 3C 0 2E 4B 5 17 58 3B
Octal 362 203 74 0 56 113 5 27 130 73
Binary 11110010 10000011 111100 0 101110 1001011 101 10111 1011000 111011

Color Harmonies of #F2833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2833C

Black with #F2833C

Text Example


Text Example

White with #F2833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2833C; }

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

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

background-color css

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

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

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

border-color css

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

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

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