Html Css Color HEX #F9823D Flamenco

📋 copy color: '#F9823D'

red 249 ◦ green 130 ◦ blue 61

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

Shades of Flamenco #F9823D

Tints of Flamenco #F9823D

RGB

 RED value IS 249 (97.66% from 255) = 56.59%

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

 BLUE value IS 61 (24.22% from 255) = 13.86%

R = 56.59%
G = 29.55%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9823D (or 0xF9823D) is known color: Flamenco. HEX triplet: F9, 82 and 3D. RGB value is (249,130,61). Sum of RGB (Red+Green+Blue) = 249+130+61=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9823D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9823D is #067DC2. Grayscale: #9E9E9E. Windows color (decimal): -425411 or 4031225. OLE color: 4031225.

HSL color Cylindrical-coordinate representation of color #F9823D: hue angle of 22.02º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9823D is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 61 -
CMYK 0 0.48 0.76 0.02
HSL 22.02º 0.94% 0.61% -
HSV(B) 22.02º 0.76% 0.98% -
XYZ 47.89 36.44 8.92 -
YUV 157.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 249 130 61 0 0.48 0.76 0.02 22.02 0.94 0.61
Hex F9 82 3D 0 30 4C 2 16 5E 3D
Octal 371 202 75 0 60 114 2 26 136 75
Binary 11111001 10000010 111101 0 110000 1001100 10 10110 1011110 111101

Color Harmonies of #F9823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9823D

Black with #F9823D

Text Example


Text Example

White with #F9823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9823D; }

 p { color: rgb(249,130,61); }

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

background-color css

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

 a { background-color: rgb(249,130,61); }

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

border-color css

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

 span { border-color: rgb(249,130,61); }

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