Html Css Color HEX #F4B06B Rajah

📋 copy color: '#F4B06B'

red 244 ◦ green 176 ◦ blue 107

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

Shades of Rajah #F4B06B

Tints of Rajah #F4B06B

RGB

 RED value IS 244 (95.7% from 255) = 46.3%

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

 BLUE value IS 107 (42.19% from 255) = 20.3%

R = 46.3%
G = 33.4%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F4B06B (or 0xF4B06B) is known color: Rajah. HEX triplet: F4, B0 and 6B. RGB value is (244,176,107). Sum of RGB (Red+Green+Blue) = 244+176+107=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B06B is #0B4F94. Grayscale: #BCBCBC. Windows color (decimal): -741269 or 7057652. OLE color: 7057652.

HSL color Cylindrical-coordinate representation of color #F4B06B: hue angle of 30.22º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4B06B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 176 107 -
CMYK 0 0.28 0.56 0.04
HSL 30.22º 0.86% 0.69% -
HSV(B) 30.22º 0.56% 0.96% -
XYZ 55.49 51.35 20.9 -
YUV 188.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 244 176 107 0 0.28 0.56 0.04 30.22 0.86 0.69
Hex F4 B0 6B 0 1C 38 4 1E 56 45
Octal 364 260 153 0 34 70 4 36 126 105
Binary 11110100 10110000 1101011 0 11100 111000 100 11110 1010110 1000101

Color Harmonies of #F4B06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B06B

Black with #F4B06B

Text Example


Text Example

White with #F4B06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B06B; }

 p { color: rgb(244,176,107); }

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

background-color css

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

 a { background-color: rgb(244,176,107); }

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

border-color css

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

 span { border-color: rgb(244,176,107); }

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