Html Css Color HEX #FDB061 Rajah

📋 copy color: '#FDB061'

red 253 ◦ green 176 ◦ blue 97

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

Shades of Rajah #FDB061

Tints of Rajah #FDB061

RGB

 RED value IS 253 (99.22% from 255) = 48.1%

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

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

R = 48.1%
G = 33.46%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDB061 (or 0xFDB061) is known color: Rajah. HEX triplet: FD, B0 and 61. RGB value is (253,176,97). Sum of RGB (Red+Green+Blue) = 253+176+97=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDB061 is #024F9E. Grayscale: #BEBEBE. Windows color (decimal): -151455 or 6402301. OLE color: 6402301.

HSL color Cylindrical-coordinate representation of color #FDB061: hue angle of 30.38º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDB061 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 176 97 -
CMYK 0 0.30 0.62 0.01
HSL 30.38º 0.98% 0.69% -
HSV(B) 30.38º 0.62% 0.99% -
XYZ 58.19 52.8 18.43 -
YUV 190.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 253 176 97 0 0.30 0.62 0.01 30.38 0.98 0.69
Hex FD B0 61 0 1E 3E 1 1E 62 45
Octal 375 260 141 0 36 76 1 36 142 105
Binary 11111101 10110000 1100001 0 11110 111110 1 11110 1100010 1000101

Color Harmonies of #FDB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB061

Black with #FDB061

Text Example


Text Example

White with #FDB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB061; }

 p { color: rgb(253,176,97); }

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

background-color css

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

 a { background-color: rgb(253,176,97); }

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

border-color css

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

 span { border-color: rgb(253,176,97); }

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