Html Css Color HEX #F8B06A Rajah

📋 copy color: '#F8B06A'

red 248 ◦ green 176 ◦ blue 106

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

Shades of Rajah #F8B06A

Tints of Rajah #F8B06A

RGB

 RED value IS 248 (97.27% from 255) = 46.79%

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

 BLUE value IS 106 (41.8% from 255) = 20%

R = 46.79%
G = 33.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8B06A (or 0xF8B06A) is known color: Rajah. HEX triplet: F8, B0 and 6A. RGB value is (248,176,106). Sum of RGB (Red+Green+Blue) = 248+176+106=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B06A is #074F95. Grayscale: #BDBDBD. Windows color (decimal): -479126 or 6992120. OLE color: 6992120.

HSL color Cylindrical-coordinate representation of color #F8B06A: hue angle of 29.58º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8B06A is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 176 106 -
CMYK 0 0.29 0.57 0.03
HSL 29.58º 0.91% 0.69% -
HSV(B) 29.58º 0.57% 0.97% -
XYZ 56.84 52.05 20.69 -
YUV 189.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 248 176 106 0 0.29 0.57 0.03 29.58 0.91 0.69
Hex F8 B0 6A 0 1D 39 3 1E 5B 45
Octal 370 260 152 0 35 71 3 36 133 105
Binary 11111000 10110000 1101010 0 11101 111001 11 11110 1011011 1000101

Color Harmonies of #F8B06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B06A

Black with #F8B06A

Text Example


Text Example

White with #F8B06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B06A; }

 p { color: rgb(248,176,106); }

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

background-color css

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

 a { background-color: rgb(248,176,106); }

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

border-color css

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

 span { border-color: rgb(248,176,106); }

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