Html Css Color HEX #F2B261 Rajah

📋 copy color: '#F2B261'

red 242 ◦ green 178 ◦ blue 97

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

Shades of Rajah #F2B261

Tints of Rajah #F2B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

 BLUE value IS 97 (38.28% from 255) = 18.76%

R = 46.81%
G = 34.43%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2B261 (or 0xF2B261) is known color: Rajah. HEX triplet: F2, B2 and 61. RGB value is (242,178,97). Sum of RGB (Red+Green+Blue) = 242+178+97=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B261 is #0D4D9E. Grayscale: #BCBCBC. Windows color (decimal): -871839 or 6402802. OLE color: 6402802.

HSL color Cylindrical-coordinate representation of color #F2B261: hue angle of 33.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2B261 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 178 97 -
CMYK 0 0.26 0.60 0.05
HSL 33.52º 0.85% 0.66% -
HSV(B) 33.52º 0.6% 0.95% -
XYZ 54.7 51.58 18.38 -
YUV 187.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 242 178 97 0 0.26 0.60 0.05 33.52 0.85 0.66
Hex F2 B2 61 0 1A 3C 5 22 55 42
Octal 362 262 141 0 32 74 5 42 125 102
Binary 11110010 10110010 1100001 0 11010 111100 101 100010 1010101 1000010

Color Harmonies of #F2B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B261

Black with #F2B261

Text Example


Text Example

White with #F2B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B261; }

 p { color: rgb(242,178,97); }

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

background-color css

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

 a { background-color: rgb(242,178,97); }

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

border-color css

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

 span { border-color: rgb(242,178,97); }

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