Html Css Color HEX #F2823F Flamenco

📋 copy color: '#F2823F'

red 242 ◦ green 130 ◦ blue 63

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

Shades of Flamenco #F2823F

Tints of Flamenco #F2823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

 BLUE value IS 63 (25% from 255) = 14.48%

R = 55.63%
G = 29.89%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2823F (or 0xF2823F) is known color: Flamenco. HEX triplet: F2, 82 and 3F. RGB value is (242,130,63). Sum of RGB (Red+Green+Blue) = 242+130+63=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2823F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2823F is #0D7DC0. Grayscale: #9C9C9C. Windows color (decimal): -884161 or 4162290. OLE color: 4162290.

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

Color convert

RGB 242 130 63 -
CMYK 0 0.46 0.74 0.05
HSL 22.46º 0.87% 0.6% -
HSV(B) 22.46º 0.74% 0.95% -
XYZ 45.5 35.2 9.1 -
YUV 155.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 242 130 63 0 0.46 0.74 0.05 22.46 0.87 0.6
Hex F2 82 3F 0 2E 4A 5 16 57 3C
Octal 362 202 77 0 56 112 5 26 127 74
Binary 11110010 10000010 111111 0 101110 1001010 101 10110 1010111 111100

Color Harmonies of #F2823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2823F

Black with #F2823F

Text Example


Text Example

White with #F2823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2823F; }

 p { color: rgb(242,130,63); }

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

background-color css

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

 a { background-color: rgb(242,130,63); }

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

border-color css

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

 span { border-color: rgb(242,130,63); }

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