Html Css Color HEX #FDBA62 Rajah

📋 copy color: '#FDBA62'

red 253 ◦ green 186 ◦ blue 98

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

Shades of Rajah #FDBA62

Tints of Rajah #FDBA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.64%

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

R = 47.11%
G = 34.64%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FDBA62 (or 0xFDBA62) is known color: Rajah. HEX triplet: FD, BA and 62. RGB value is (253,186,98). Sum of RGB (Red+Green+Blue) = 253+186+98=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBA62 is #02459D. Grayscale: #C4C4C4. Windows color (decimal): -148894 or 6470397. OLE color: 6470397.

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

Color convert

RGB 253 186 98 -
CMYK 0 0.26 0.61 0.01
HSL 34.06º 0.97% 0.69% -
HSV(B) 34.06º 0.61% 0.99% -
XYZ 60.27 56.88 19.36 -
YUV 196 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 253 186 98 0 0.26 0.61 0.01 34.06 0.97 0.69
Hex FD BA 62 0 1A 3D 1 22 61 45
Octal 375 272 142 0 32 75 1 42 141 105
Binary 11111101 10111010 1100010 0 11010 111101 1 100010 1100001 1000101

Color Harmonies of #FDBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA62

Black with #FDBA62

Text Example


Text Example

White with #FDBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA62; }

 p { color: rgb(253,186,98); }

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

background-color css

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

 a { background-color: rgb(253,186,98); }

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

border-color css

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

 span { border-color: rgb(253,186,98); }

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