Html Css Color HEX #F2B062 Rajah

📋 copy color: '#F2B062'

red 242 ◦ green 176 ◦ blue 98

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

Shades of Rajah #F2B062

Tints of Rajah #F2B062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.11%

 BLUE value IS 98 (38.67% from 255) = 18.99%

R = 46.9%
G = 34.11%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2B062 (or 0xF2B062) is known color: Rajah. HEX triplet: F2, B0 and 62. RGB value is (242,176,98). Sum of RGB (Red+Green+Blue) = 242+176+98=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B062 is #0D4F9D. Grayscale: #BBBBBB. Windows color (decimal): -872350 or 6467826. OLE color: 6467826.

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

Color convert

RGB 242 176 98 -
CMYK 0 0.27 0.60 0.05
HSL 32.5º 0.85% 0.67% -
HSV(B) 32.5º 0.6% 0.95% -
XYZ 54.35 50.81 18.5 -
YUV 186.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 242 176 98 0 0.27 0.60 0.05 32.5 0.85 0.67
Hex F2 B0 62 0 1B 3C 5 20 55 43
Octal 362 260 142 0 33 74 5 40 125 103
Binary 11110010 10110000 1100010 0 11011 111100 101 100000 1010101 1000011

Color Harmonies of #F2B062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B062

Black with #F2B062

Text Example


Text Example

White with #F2B062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B062; }

 p { color: rgb(242,176,98); }

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

background-color css

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

 a { background-color: rgb(242,176,98); }

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

border-color css

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

 span { border-color: rgb(242,176,98); }

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