Html Css Color HEX #F3C382 Cherokee

📋 copy color: '#F3C382'

red 243 ◦ green 195 ◦ blue 130

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

Shades of Cherokee #F3C382

Tints of Cherokee #F3C382

RGB

 RED value IS 243 (95.31% from 255) = 42.78%

 GREEN value IS 195 (76.56% from 255) = 34.33%

 BLUE value IS 130 (51.17% from 255) = 22.89%

R = 42.78%
G = 34.33%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F3C382 (or 0xF3C382) is known color: Cherokee. HEX triplet: F3, C3 and 82. RGB value is (243,195,130). Sum of RGB (Red+Green+Blue) = 243+195+130=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C382 is #0C3C7D. Grayscale: #CACACA. Windows color (decimal): -801918 or 8569843. OLE color: 8569843.

HSL color Cylindrical-coordinate representation of color #F3C382: hue angle of 34.51º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3C382 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 195 130 -
CMYK 0 0.20 0.47 0.05
HSL 34.51º 0.82% 0.73% -
HSV(B) 34.51º 0.47% 0.95% -
XYZ 60.51 59.7 29.45 -
YUV 201.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 243 195 130 0 0.20 0.47 0.05 34.51 0.82 0.73
Hex F3 C3 82 0 14 2F 5 23 52 49
Octal 363 303 202 0 24 57 5 43 122 111
Binary 11110011 11000011 10000010 0 10100 101111 101 100011 1010010 1001001

Color Harmonies of #F3C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C382

Black with #F3C382

Text Example


Text Example

White with #F3C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C382; }

 p { color: rgb(243,195,130); }

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

background-color css

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

 a { background-color: rgb(243,195,130); }

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

border-color css

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

 span { border-color: rgb(243,195,130); }

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