Html Css Color HEX #F2833B Flamenco

📋 copy color: '#F2833B'

red 242 ◦ green 131 ◦ blue 59

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

Shades of Flamenco #F2833B

Tints of Flamenco #F2833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.66%

R = 56.02%
G = 30.32%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2833B (or 0xF2833B) is known color: Flamenco. HEX triplet: F2, 83 and 3B. RGB value is (242,131,59). Sum of RGB (Red+Green+Blue) = 242+131+59=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2833B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2833B is #0D7CC4. Grayscale: #9C9C9C. Windows color (decimal): -883909 or 3900402. OLE color: 3900402.

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

Color convert

RGB 242 131 59 -
CMYK 0 0.46 0.76 0.05
HSL 23.61º 0.88% 0.59% -
HSV(B) 23.61º 0.76% 0.95% -
XYZ 45.52 35.43 8.58 -
YUV 155.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 242 131 59 0 0.46 0.76 0.05 23.61 0.88 0.59
Hex F2 83 3B 0 2E 4C 5 18 58 3B
Octal 362 203 73 0 56 114 5 30 130 73
Binary 11110010 10000011 111011 0 101110 1001100 101 11000 1011000 111011

Color Harmonies of #F2833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2833B

Black with #F2833B

Text Example


Text Example

White with #F2833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2833B; }

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

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

background-color css

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

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

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

border-color css

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

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

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